[FFmpeg-cvslog] r9384 - trunk/libavformat/mpegenc.c

bcoudurier subversion
Thu Jun 21 11:53:02 CEST 2007


Author: bcoudurier
Date: Thu Jun 21 11:53:01 2007
New Revision: 9384

Log:
use allformats.h

Modified:
   trunk/libavformat/mpegenc.c

Modified: trunk/libavformat/mpegenc.c
==============================================================================
--- trunk/libavformat/mpegenc.c	(original)
+++ trunk/libavformat/mpegenc.c	Thu Jun 21 11:53:01 2007
@@ -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)
 {




More information about the ffmpeg-cvslog mailing list