Go to the source code of this file.
◆ MAX_YUV4_HEADER
#define MAX_YUV4_HEADER 80 |
◆ MAX_FRAME_HEADER
#define MAX_FRAME_HEADER 80 |
◆ yuv4_read_header()
◆ yuv4_read_packet()
◆ yuv4_read_seek()
◆ yuv4_probe()
◆ ff_yuv4mpegpipe_demuxer
Initial value:= {
.name = "yuv4mpegpipe",
.extensions = "y4m",
}
static int yuv4_read_packet(AVFormatContext *s, AVPacket *pkt)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int yuv4_read_seek(AVFormatContext *s, int stream_index, int64_t pts, int flags)
static int yuv4_read_header(AVFormatContext *s)
static int yuv4_probe(AVProbeData *pd)
Definition at line 331 of file yuv4mpegdec.c.