Go to the source code of this file.
◆ probe()
◆ read_line_to_bprint_escaped()
◆ get_bprint_line()
| static void get_bprint_line |
( |
AVIOContext * | s, |
|
|
AVBPrint * | bp ) |
|
static |
◆ get_line()
| static void get_line |
( |
AVIOContext * | s, |
|
|
uint8_t * | buf, |
|
|
int | size ) |
|
static |
◆ read_chapter()
◆ unescape()
| static uint8_t * unescape |
( |
const uint8_t * | buf, |
|
|
int | size ) |
|
static |
◆ read_tag()
| static int read_tag |
( |
const uint8_t * | line, |
|
|
AVDictionary ** | m ) |
|
static |
◆ read_header()
◆ read_packet()
◆ ff_ffmetadata_demuxer
Initial value:= {
.p.name = "ffmetadata",
}
static int probe(const AVProbeData *p)
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
static int read_header(FFV1Context *f, RangeCoder *c)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
Definition at line 226 of file ffmetadec.c.