FFmpeg
|
Go to the source code of this file.
Macros | |
#define | Y4M_LINE_MAX 256 |
Functions | |
static int | yuv4_generate_header (AVFormatContext *s, char *buf) |
static int | yuv4_write_packet (AVFormatContext *s, AVPacket *pkt) |
static int | yuv4_write_header (AVFormatContext *s) |
Variables | |
AVOutputFormat | ff_yuv4mpegpipe_muxer |
#define Y4M_LINE_MAX 256 |
Definition at line 27 of file yuv4mpegenc.c.
|
static |
Definition at line 29 of file yuv4mpegenc.c.
Referenced by yuv4_write_packet().
|
static |
Definition at line 180 of file yuv4mpegenc.c.
|
static |
Definition at line 282 of file yuv4mpegenc.c.
AVOutputFormat ff_yuv4mpegpipe_muxer |
Definition at line 354 of file yuv4mpegenc.c.