Go to the source code of this file.
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 354 of file yuv4mpegenc.c.