#include "libavutil/pixdesc.h"
#include "avformat.h"
#include "internal.h"
#include "yuv4mpeg.h"
Go to the source code of this file.
Initial value:= {
.name = "yuv4mpegpipe",
.mime_type = "",
.extensions = "y4m",
.priv_data_size = sizeof(int),
}
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. ...
static void write_header(FFV1Context *f)
static int yuv4_write_header(AVFormatContext *s)
Definition at line 178 of file yuv4mpegenc.c.