Go to the source code of this file.
◆ ivf_init()
◆ ivf_write_header()
◆ ivf_write_packet()
◆ ivf_write_trailer()
◆ codec_ivf_tags
Initial value:= {
}
#define MKTAG(a, b, c, d)
Definition at line 107 of file ivfenc.c.
◆ ff_ivf_muxer
Initial value:= {
.p.name = "ivf",
.p.extensions = "ivf",
}
int(* init)(AVBSFContext *ctx)
static int write_packet(Muxer *mux, OutputStream *ost, AVPacket *pkt)
static void write_header(FFV1Context *f)
static const AVCodecTag codec_ivf_tags[]
static int ivf_write_packet(AVFormatContext *s, AVPacket *pkt)
static int ivf_write_header(AVFormatContext *s)
static int ivf_init(AVFormatContext *s)
static int ivf_write_trailer(AVFormatContext *s)
#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....
static int write_trailer(AVFormatContext *s1)
Definition at line 114 of file ivfenc.c.