Go to the source code of this file.
◆ Y4M_LINE_MAX
◆ yuv4_generate_header()
◆ yuv4_write_packet()
◆ yuv4_write_header()
◆ ff_yuv4mpegpipe_muxer
Initial value:= {
.name = "yuv4mpegpipe",
.extensions = "y4m",
.priv_data_size =
sizeof(
int),
}
static void write_packet(OutputFile *of, AVPacket *pkt, OutputStream *ost, int unqueue)
static int yuv4_write_packet(AVFormatContext *s, AVPacket *pkt)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Passthrough codec, AVFrames wrapped in AVPacket.
static void write_header(FFV1Context *f)
static int yuv4_write_header(AVFormatContext *s)
Definition at line 321 of file yuv4mpegenc.c.