|
FFmpeg
|
#include "libavutil/bprint.h"#include "libavutil/mathematics.h"#include "libavutil/mem.h"#include "avformat.h"#include "demux.h"#include "ffmeta.h"#include "libavutil/dict.h"Go to the source code of this file.
Functions | |
| static int | probe (const AVProbeData *p) |
| static int64_t | read_line_to_bprint_escaped (AVIOContext *s, AVBPrint *bp) |
| static void | get_bprint_line (AVIOContext *s, AVBPrint *bp) |
| static void | get_line (AVIOContext *s, uint8_t *buf, int size) |
| static AVChapter * | read_chapter (AVFormatContext *s) |
| static uint8_t * | unescape (const uint8_t *buf, int size) |
| static int | read_tag (const uint8_t *line, AVDictionary **m) |
| static int | read_header (AVFormatContext *s) |
| static int | read_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
| const FFInputFormat | ff_ffmetadata_demuxer |
|
static |
Definition at line 30 of file ffmetadec.c.
|
static |
Definition at line 37 of file ffmetadec.c.
Referenced by get_bprint_line().
|
static |
Definition at line 70 of file ffmetadec.c.
Referenced by read_header().
|
static |
Definition at line 79 of file ffmetadec.c.
Referenced by read_chapter().
|
static |
Definition at line 100 of file ffmetadec.c.
Referenced by read_header().
|
static |
Definition at line 128 of file ffmetadec.c.
Referenced by read_tag().
|
static |
Definition at line 146 of file ffmetadec.c.
Referenced by read_header().
|
static |
Definition at line 175 of file ffmetadec.c.
|
static |
Definition at line 221 of file ffmetadec.c.
| const FFInputFormat ff_ffmetadata_demuxer |
Definition at line 226 of file ffmetadec.c.
1.8.17