Go to the source code of this file.
◆ yuv4_write_header()
◆ yuv4_write_packet()
◆ yuv4_init()
◆ ff_yuv4mpegpipe_muxer
Initial value:= {
.name = "yuv4mpegpipe",
.extensions = "y4m",
}
@ AV_CODEC_ID_WRAPPED_AVFRAME
Passthrough codec, AVFrames wrapped in AVPacket.
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
static int yuv4_write_header(AVFormatContext *s)
static int yuv4_write_packet(AVFormatContext *s, AVPacket *pkt)
static int yuv4_init(AVFormatContext *s)
Definition at line 338 of file yuv4mpegenc.c.