FFmpeg
|
mpsubdec.c File Reference
MPlayer subtitles format demuxer. More...
Include dependency graph for mpsubdec.c:
Go to the source code of this file.
Data Structures | |
struct | MPSubContext |
Functions | |
static int | mpsub_probe (AVProbeData *p) |
static int | mpsub_read_header (AVFormatContext *s) |
static int | mpsub_read_packet (AVFormatContext *s, AVPacket *pkt) |
static int | mpsub_read_seek (AVFormatContext *s, int stream_index, int64_t min_ts, int64_t ts, int64_t max_ts, int flags) |
static int | mpsub_read_close (AVFormatContext *s) |
Variables | |
AVInputFormat | ff_mpsub_demuxer |
Detailed Description
MPlayer subtitles format demuxer.
Definition in file mpsubdec.c.
Function Documentation
|
static |
Definition at line 34 of file mpsubdec.c.
|
static |
Definition at line 123 of file mpsubdec.c.
|
static |
Definition at line 50 of file mpsubdec.c.
|
static |
Definition at line 109 of file mpsubdec.c.
|
static |
Definition at line 115 of file mpsubdec.c.
Variable Documentation
AVInputFormat ff_mpsub_demuxer |
Initial value:
= {
.name = "mpsub",
.long_name = NULL_IF_CONFIG_SMALL("MPlayer subtitles"),
.priv_data_size = sizeof(MPSubContext),
.read_seek2 = mpsub_read_seek,
.extensions = "sub",
}
Definition: mpsubdec.c:30
static int mpsub_read_seek(AVFormatContext *s, int stream_index, int64_t min_ts, int64_t ts, int64_t max_ts, int flags)
Definition: mpsubdec.c:115
#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 mpsub_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition: mpsubdec.c:109
Definition at line 130 of file mpsubdec.c.
Generated on Mon Nov 18 2024 06:52:08 for FFmpeg by 1.8.11