diff mpegts.h @ 2235:18074bcfb54d libavformat

remove redundant declaration of mpegts_muxer
author mru
date Sun, 08 Jul 2007 13:42:48 +0000
parents 293cdbf6d7ca
children 792383dd085e
line wrap: on
line diff
--- a/mpegts.h	Sun Jul 08 13:42:46 2007 +0000
+++ b/mpegts.h	Sun Jul 08 13:42:48 2007 +0000
@@ -58,8 +58,6 @@
 
 #define STREAM_TYPE_SUBTITLE_DVB    0x100
 
-extern AVOutputFormat mpegts_muxer;
-
 typedef struct MpegTSContext MpegTSContext;
 
 MpegTSContext *mpegts_parse_open(AVFormatContext *s);