FFmpeg
|
#include "libavutil/avstring.h"
#include "libavutil/imgutils.h"
#include "avformat.h"
#include "demux.h"
#include "internal.h"
#include "yuv4mpeg.h"
Go to the source code of this file.
Macros | |
#define | MAX_YUV4_HEADER 128 |
#define | MAX_FRAME_HEADER 80 |
#define | MAX_PIX_FMT_LENGTH 8 |
#define | MAX_PIX_FMT_LENGTH 8 |
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 | |
const FFInputFormat | ff_yuv4mpegpipe_demuxer |
#define MAX_YUV4_HEADER 128 |
Definition at line 31 of file yuv4mpegdec.c.
#define MAX_FRAME_HEADER 80 |
Definition at line 32 of file yuv4mpegdec.c.
#define MAX_PIX_FMT_LENGTH 8 |
#define MAX_PIX_FMT_LENGTH 8 |
|
static |
Definition at line 34 of file yuv4mpegdec.c.
|
static |
Definition at line 266 of file yuv4mpegdec.c.
|
static |
Definition at line 302 of file yuv4mpegdec.c.
|
static |
Definition at line 318 of file yuv4mpegdec.c.
const FFInputFormat ff_yuv4mpegpipe_demuxer |
Definition at line 327 of file yuv4mpegdec.c.