Browse code

remove redundant declaration of mpegts_muxer

Originally committed as revision 9541 to svn://svn.ffmpeg.org/ffmpeg/trunk

Måns Rullgård authored on 2007/07/08 22:42:48
Showing 1 changed files
... ...
@@ -58,8 +58,6 @@
58 58
 
59 59
 #define STREAM_TYPE_SUBTITLE_DVB    0x100
60 60
 
61
-extern AVOutputFormat mpegts_muxer;
62
-
63 61
 typedef struct MpegTSContext MpegTSContext;
64 62
 
65 63
 MpegTSContext *mpegts_parse_open(AVFormatContext *s);