changeset 2178:6e503a584e8f libavformat

use allformats.h
author bcoudurier
date Thu, 21 Jun 2007 09:53:01 +0000
parents fa17c3c6e546
children 2b2cae486387
files mpegenc.c
diffstat 1 files changed, 1 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/mpegenc.c	Thu Jun 21 09:49:20 2007 +0000
+++ b/mpegenc.c	Thu Jun 21 09:53:01 2007 +0000
@@ -20,6 +20,7 @@
  */
 
 #include "avformat.h"
+#include "allformats.h"
 #include "bitstream.h"
 #include "fifo.h"
 #include "mpeg.h"
@@ -76,12 +77,6 @@
 
 } 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)
 {