FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | MPSubContext |
Macros | |
#define | TSBASE 10000000 |
Functions | |
static int | mpsub_probe (const AVProbeData *p) |
static int | parse_line (const char *line, int64_t *value, int64_t *value2) |
static int | mpsub_read_header (AVFormatContext *s) |
Variables | |
const AVInputFormat | ff_mpsub_demuxer |
MPlayer subtitles format demuxer
Definition in file mpsubdec.c.
#define TSBASE 10000000 |
Definition at line 30 of file mpsubdec.c.
|
static |
Definition at line 36 of file mpsubdec.c.
|
static |
Definition at line 56 of file mpsubdec.c.
Referenced by mpsub_read_header().
|
static |
Definition at line 89 of file mpsubdec.c.
const AVInputFormat ff_mpsub_demuxer |
Definition at line 172 of file mpsubdec.c.