FFmpeg
|
#include "libavutil/bprint.h"
#include "libavutil/mathematics.h"
#include "avformat.h"
#include "ffmeta.h"
#include "internal.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 | |
AVInputFormat | ff_ffmetadata_demuxer |
|
static |
Definition at line 29 of file ffmetadec.c.
|
static |
Definition at line 36 of file ffmetadec.c.
Referenced by get_bprint_line().
|
static |
Definition at line 69 of file ffmetadec.c.
Referenced by read_header().
|
static |
Definition at line 78 of file ffmetadec.c.
Referenced by read_chapter().
|
static |
Definition at line 99 of file ffmetadec.c.
Referenced by read_header().
Definition at line 127 of file ffmetadec.c.
Referenced by read_tag().
|
static |
Definition at line 145 of file ffmetadec.c.
Referenced by read_header().
|
static |
Definition at line 174 of file ffmetadec.c.
|
static |
Definition at line 220 of file ffmetadec.c.
AVInputFormat ff_ffmetadata_demuxer |
Definition at line 225 of file ffmetadec.c.