|
Libav 0.7.1
|
Go to the source code of this file.
Functions | |
| static int | probe (AVProbeData *p) |
| static void | get_line (AVIOContext *s, uint8_t *buf, int size) |
| static AVChapter * | read_chapter (AVFormatContext *s) |
| static uint8_t * | unescape (uint8_t *buf, int size) |
| static int | read_tag (uint8_t *line, AVDictionary **m) |
| static int | read_header (AVFormatContext *s, AVFormatParameters *ap) |
| static int | read_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
| AVInputFormat | ff_ffmetadata_demuxer |
| static void get_line | ( | AVIOContext * | s, |
| uint8_t * | buf, | ||
| int | size | ||
| ) | [static] |
Definition at line 34 of file ffmetadec.c.
Referenced by read_chapter(), and read_header().
| static int probe | ( | AVProbeData * | p | ) | [static] |
Definition at line 27 of file ffmetadec.c.
| static AVChapter* read_chapter | ( | AVFormatContext * | s | ) | [static] |
Definition at line 55 of file ffmetadec.c.
Referenced by read_header().
| static int read_header | ( | AVFormatContext * | s, |
| AVFormatParameters * | ap | ||
| ) | [static] |
Definition at line 125 of file ffmetadec.c.
| static int read_packet | ( | AVFormatContext * | s, |
| AVPacket * | pkt | ||
| ) | [static] |
Definition at line 163 of file ffmetadec.c.
| static int read_tag | ( | uint8_t * | line, |
| AVDictionary ** | m | ||
| ) | [static] |
Definition at line 97 of file ffmetadec.c.
Referenced by read_header().
| static uint8_t* unescape | ( | uint8_t * | buf, |
| int | size | ||
| ) | [static] |
Definition at line 80 of file ffmetadec.c.
Referenced by read_tag().
{
.name = "ffmetadata",
.long_name = NULL_IF_CONFIG_SMALL("FFmpeg metadata in text format"),
.read_probe = probe,
.read_header = read_header,
.read_packet = read_packet,
}
Definition at line 168 of file ffmetadec.c.
1.7.4