# HG changeset patch # User bcoudurier # Date 1182419581 0 # Node ID 6e503a584e8f43ca0f39e791f30a10772dcdadb1 # Parent fa17c3c6e546fdd95829e58b07a4f35f9f640ab9 use allformats.h diff -r fa17c3c6e546 -r 6e503a584e8f mpegenc.c --- 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) {