This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
remove redundant declaration of mpegts_muxer
Originally committed as revision 9541 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Måns Rullgård
18 years ago
parent
ea7599ba8b
commit
3f8cd151a0
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
libavformat/mpegts.h
+ 0
- 2
libavformat/mpegts.h
View File
@@ -58,8 +58,6 @@
#define STREAM_TYPE_SUBTITLE_DVB 0x100
extern AVOutputFormat mpegts_muxer;
typedef struct MpegTSContext MpegTSContext;
MpegTSContext *mpegts_parse_open(AVFormatContext *s);
Write
Preview
Loading…
Cancel
Save