FFmpeg
|
Go to the source code of this file.
Macros | |
#define | Y4M_MAGIC "YUV4MPEG2" |
#define | Y4M_FRAME_MAGIC "FRAME" |
#define | Y4M_FRAME_MAGIC_LEN 6 |
#define Y4M_MAGIC "YUV4MPEG2" |
Definition at line 24 of file yuv4mpeg.h.
Referenced by yuv4_generate_header(), yuv4_probe(), and yuv4_read_header().
#define Y4M_FRAME_MAGIC "FRAME" |
Definition at line 25 of file yuv4mpeg.h.
Referenced by yuv4_read_packet(), and yuv4_write_packet().
#define Y4M_FRAME_MAGIC_LEN 6 |
Definition at line 26 of file yuv4mpeg.h.
Referenced by yuv4_read_header(), and yuv4_read_packet().