FFmpeg
|
#include "libavutil/avstring.h"
#include "libavutil/imgutils.h"
#include "avformat.h"
#include "internal.h"
#include "yuv4mpeg.h"
Go to the source code of this file.
Macros | |
#define | MAX_YUV4_HEADER 96 |
#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 AVInputFormat | ff_yuv4mpegpipe_demuxer |
#define MAX_YUV4_HEADER 96 |
Definition at line 30 of file yuv4mpegdec.c.
#define MAX_FRAME_HEADER 80 |
Definition at line 31 of file yuv4mpegdec.c.
#define MAX_PIX_FMT_LENGTH 8 |
#define MAX_PIX_FMT_LENGTH 8 |
|
static |
Definition at line 33 of file yuv4mpegdec.c.
|
static |
Definition at line 265 of file yuv4mpegdec.c.
|
static |
Definition at line 301 of file yuv4mpegdec.c.
|
static |
Definition at line 317 of file yuv4mpegdec.c.
const AVInputFormat ff_yuv4mpegpipe_demuxer |
Definition at line 326 of file yuv4mpegdec.c.