#include "avformat.h"
#include "internal.h"
#include "libavutil/pixdesc.h"
Go to the source code of this file.
Data Structures | |
struct | frame_attributes |
Defines | |
#define | Y4M_MAGIC "YUV4MPEG2" |
#define | Y4M_FRAME_MAGIC "FRAME" |
#define | Y4M_LINE_MAX 256 |
#define | MAX_YUV4_HEADER 80 |
#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_probe (AVProbeData *pd) |
#define MAX_FRAME_HEADER 80 |
#define MAX_YUV4_HEADER 80 |
#define Y4M_FRAME_MAGIC "FRAME" |
#define Y4M_LINE_MAX 256 |
Definition at line 27 of file yuv4mpeg.c.
#define Y4M_MAGIC "YUV4MPEG2" |
static int yuv4_probe | ( | AVProbeData * | pd | ) | [static] |
Definition at line 534 of file yuv4mpeg.c.
static int yuv4_read_header | ( | AVFormatContext * | s | ) | [static] |
Definition at line 284 of file yuv4mpeg.c.
static int yuv4_read_packet | ( | AVFormatContext * | s, | |
AVPacket * | pkt | |||
) | [static] |
Definition at line 495 of file yuv4mpeg.c.