Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
5d385746
Commit
5d385746
authored
Jun 21, 2007
by
Baptiste Coudurier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use allformats.h
Originally committed as revision 9384 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
c4f27438
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
6 deletions
+1
-6
mpegenc.c
libavformat/mpegenc.c
+1
-6
No files found.
libavformat/mpegenc.c
View file @
5d385746
...
...
@@ -20,6 +20,7 @@
*/
#include "avformat.h"
#include "allformats.h"
#include "bitstream.h"
#include "fifo.h"
#include "mpeg.h"
...
...
@@ -76,12 +77,6 @@ typedef struct {
}
MpegMuxContext
;
AVOutputFormat
mpeg1system_muxer
;
AVOutputFormat
mpeg1vcd_muxer
;
AVOutputFormat
mpeg2vob_muxer
;
AVOutputFormat
mpeg2svcd_muxer
;
AVOutputFormat
mpeg2dvd_muxer
;
static
int
put_pack_header
(
AVFormatContext
*
ctx
,
uint8_t
*
buf
,
int64_t
timestamp
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment