]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/mpegenc.c
Take the target address family in account when determining the family of
[ffmpeg] / libavformat / mpegenc.c
index 2c304da94a13e2afb6836e222c45b02c72bf84e9..36b4cf16766a1d39e12134f397526dfa0d34ac92 100644 (file)
@@ -20,7 +20,6 @@
  */
 
 #include "avformat.h"
-#include "allformats.h"
 #include "bitstream.h"
 #include "fifo.h"
 #include "mpeg.h"
@@ -77,6 +76,11 @@ typedef struct {
 
 } MpegMuxContext;
 
+extern AVOutputFormat mpeg1vcd_muxer;
+extern AVOutputFormat mpeg2dvd_muxer;
+extern AVOutputFormat mpeg2svcd_muxer;
+extern AVOutputFormat mpeg2vob_muxer;
+
 static int put_pack_header(AVFormatContext *ctx,
                            uint8_t *buf, int64_t timestamp)
 {