#include "avformat.h"
#include "internal.h"
#include "mux.h"
Go to the source code of this file.
◆ vc1test_write_header()
◆ vc1test_write_packet()
◆ vc1test_write_trailer()
◆ ff_vc1t_muxer
Initial value:= {
.p.name = "vc1test",
.p.extensions = "rcv",
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
#define FF_OFMT_FLAG_MAX_ONE_OF_EACH
If this flag is set, it indicates that for each codec type whose corresponding default codec (i....
#define FF_OFMT_FLAG_ONLY_DEFAULT_CODECS
If this flag is set, then the only permitted audio/video/subtitle codec ids are AVOutputFormat....
static int vc1test_write_packet(AVFormatContext *s, AVPacket *pkt)
static int vc1test_write_trailer(AVFormatContext *s)
static int vc1test_write_header(AVFormatContext *s)
Definition at line 80 of file vc1testenc.c.