Commit 0a211cb5 authored by bcoudurier's avatar bcoudurier

use allformats.h

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9384 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 02f1cca9
......@@ -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)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment