#include "avformat.h"
#include "internal.h"
#include "yuv4mpeg.h"
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_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_header(AVFormatContext *s)
static int yuv4_probe(AVProbeData *pd)
Definition at line 252 of file yuv4mpegdec.c.