FFmpeg
|
Go to the source code of this file.
Functions | |
static void | write_escape_str (AVIOContext *s, const uint8_t *str) |
static void | write_tags (AVIOContext *s, AVDictionary *m) |
static int | write_header (AVFormatContext *s) |
static int | write_trailer (AVFormatContext *s) |
static int | write_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
AVOutputFormat | ff_ffmetadata_muxer |
|
static |
Definition at line 29 of file ffmetaenc.c.
Referenced by write_tags().
|
static |
Definition at line 41 of file ffmetaenc.c.
Referenced by write_trailer().
|
static |
Definition at line 52 of file ffmetaenc.c.
|
static |
Definition at line 61 of file ffmetaenc.c.
|
static |
Definition at line 86 of file ffmetaenc.c.
AVOutputFormat ff_ffmetadata_muxer |
Definition at line 91 of file ffmetaenc.c.