FFmpeg
|
VPlayer subtitles format demuxer. More...
Go to the source code of this file.
Data Structures | |
struct | VPlayerContext |
Functions | |
static int | vplayer_probe (AVProbeData *p) |
static int64_t | read_ts (char **line) |
static int | vplayer_read_header (AVFormatContext *s) |
static int | vplayer_read_packet (AVFormatContext *s, AVPacket *pkt) |
static int | vplayer_read_seek (AVFormatContext *s, int stream_index, int64_t min_ts, int64_t ts, int64_t max_ts, int flags) |
static int | vplayer_read_close (AVFormatContext *s) |
Variables | |
AVInputFormat | ff_vplayer_demuxer |
VPlayer subtitles format demuxer.
Definition in file vplayerdec.c.
|
static |
Definition at line 34 of file vplayerdec.c.
|
static |
Definition at line 44 of file vplayerdec.c.
Referenced by vplayer_read_header().
|
static |
Definition at line 57 of file vplayerdec.c.
|
static |
Definition at line 97 of file vplayerdec.c.
|
static |
Definition at line 103 of file vplayerdec.c.
|
static |
Definition at line 111 of file vplayerdec.c.
AVInputFormat ff_vplayer_demuxer |
Definition at line 118 of file vplayerdec.c.