FFmpeg
|
vplayerdec.c File Reference
VPlayer subtitles format demuxer. More...
Include dependency graph for vplayerdec.c:
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 |
Detailed Description
VPlayer subtitles format demuxer.
Definition in file vplayerdec.c.
Function Documentation
|
static |
Definition at line 44 of file vplayerdec.c.
Referenced by vplayer_read_header().
|
static |
Definition at line 34 of file vplayerdec.c.
|
static |
Definition at line 111 of file vplayerdec.c.
|
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.
Variable Documentation
AVInputFormat ff_vplayer_demuxer |
Initial value:
= {
.name = "vplayer",
.long_name = NULL_IF_CONFIG_SMALL("VPlayer subtitles"),
.priv_data_size = sizeof(VPlayerContext),
.read_seek2 = vplayer_read_seek,
.extensions = "txt",
}
Definition: vplayerdec.c:30
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: libavutil/internal.h:123
static int vplayer_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition: vplayerdec.c:97
static int vplayer_read_seek(AVFormatContext *s, int stream_index, int64_t min_ts, int64_t ts, int64_t max_ts, int flags)
Definition: vplayerdec.c:103
Definition at line 118 of file vplayerdec.c.
Generated on Mon Nov 18 2024 06:52:10 for FFmpeg by 1.8.11