FFmpeg
|
Go to the source code of this file.
Macros | |
#define | MAX_YUV4_HEADER 96 |
#define | MAX_FRAME_HEADER 80 |
Functions | |
static int | yuv4_read_header (AVFormatContext *s) |
static int | yuv4_read_packet (AVFormatContext *s, AVPacket *pkt) |
static int | yuv4_read_seek (AVFormatContext *s, int stream_index, int64_t pts, int flags) |
static int | yuv4_probe (const AVProbeData *pd) |
Variables | |
AVInputFormat | ff_yuv4mpegpipe_demuxer |
#define MAX_YUV4_HEADER 96 |
Definition at line 29 of file yuv4mpegdec.c.
#define MAX_FRAME_HEADER 80 |
Definition at line 30 of file yuv4mpegdec.c.
|
static |
Definition at line 32 of file yuv4mpegdec.c.
|
static |
Definition at line 287 of file yuv4mpegdec.c.
|
static |
Definition at line 323 of file yuv4mpegdec.c.
|
static |
Definition at line 339 of file yuv4mpegdec.c.
AVInputFormat ff_yuv4mpegpipe_demuxer |
Definition at line 348 of file yuv4mpegdec.c.