mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
use allformats.h
Originally committed as revision 9384 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
c4f27438ef
commit
5d38574617
@ -20,6 +20,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "avformat.h"
|
#include "avformat.h"
|
||||||
|
#include "allformats.h"
|
||||||
#include "bitstream.h"
|
#include "bitstream.h"
|
||||||
#include "fifo.h"
|
#include "fifo.h"
|
||||||
#include "mpeg.h"
|
#include "mpeg.h"
|
||||||
@ -76,12 +77,6 @@ typedef struct {
|
|||||||
|
|
||||||
} MpegMuxContext;
|
} MpegMuxContext;
|
||||||
|
|
||||||
AVOutputFormat mpeg1system_muxer;
|
|
||||||
AVOutputFormat mpeg1vcd_muxer;
|
|
||||||
AVOutputFormat mpeg2vob_muxer;
|
|
||||||
AVOutputFormat mpeg2svcd_muxer;
|
|
||||||
AVOutputFormat mpeg2dvd_muxer;
|
|
||||||
|
|
||||||
static int put_pack_header(AVFormatContext *ctx,
|
static int put_pack_header(AVFormatContext *ctx,
|
||||||
uint8_t *buf, int64_t timestamp)
|
uint8_t *buf, int64_t timestamp)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user