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
76916863
Commit
76916863
authored
Jun 06, 2007
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add mpegtsraw demuxer
Originally committed as revision 9233 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
911f9b71
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
allformats.c
libavformat/allformats.c
+1
-0
allformats.h
libavformat/allformats.h
+1
-0
No files found.
libavformat/allformats.c
View file @
76916863
...
...
@@ -110,6 +110,7 @@ void av_register_all(void)
REGISTER_MUXER
(
MPEG2VOB
,
mpeg2vob
);
REGISTER_DEMUXER
(
MPEGPS
,
mpegps
);
REGISTER_MUXDEMUX
(
MPEGTS
,
mpegts
);
REGISTER_DEMUXER
(
MPEGTSRAW
,
mpegtsraw
);
REGISTER_DEMUXER
(
MPEGVIDEO
,
mpegvideo
);
REGISTER_MUXER
(
MPJPEG
,
mpjpeg
);
REGISTER_DEMUXER
(
MTV
,
mtv
);
...
...
libavformat/allformats.h
View file @
76916863
...
...
@@ -71,6 +71,7 @@ extern AVInputFormat mp3_demuxer;
extern
AVInputFormat
mpc_demuxer
;
extern
AVInputFormat
mpegps_demuxer
;
extern
AVInputFormat
mpegts_demuxer
;
extern
AVInputFormat
mpegtsraw_demuxer
;
extern
AVInputFormat
mpegvideo_demuxer
;
extern
AVInputFormat
mtv_demuxer
;
extern
AVInputFormat
mxf_demuxer
;
...
...
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