FFmpeg
|
libavformat/mpl2dec.c File Reference
MPL2 subtitles format demuxer. More...
Include dependency graph for libavformat/mpl2dec.c:
Go to the source code of this file.
Data Structures | |
struct | MPL2Context |
Functions | |
static int | mpl2_probe (AVProbeData *p) |
static int | read_ts (char **line, int64_t *pts_start, int *duration) |
static int | mpl2_read_header (AVFormatContext *s) |
static int | mpl2_read_packet (AVFormatContext *s, AVPacket *pkt) |
static int | mpl2_read_seek (AVFormatContext *s, int stream_index, int64_t min_ts, int64_t ts, int64_t max_ts, int flags) |
static int | mpl2_read_close (AVFormatContext *s) |
Variables | |
AVInputFormat | ff_mpl2_demuxer |
Detailed Description
MPL2 subtitles format demuxer.
Definition in file libavformat/mpl2dec.c.
Function Documentation
|
static |
Definition at line 34 of file libavformat/mpl2dec.c.
|
static |
Definition at line 129 of file libavformat/mpl2dec.c.
|
static |
Definition at line 74 of file libavformat/mpl2dec.c.
|
static |
Definition at line 115 of file libavformat/mpl2dec.c.
|
static |
Definition at line 121 of file libavformat/mpl2dec.c.
|
static |
Definition at line 53 of file libavformat/mpl2dec.c.
Referenced by mpl2_read_header().
Variable Documentation
AVInputFormat ff_mpl2_demuxer |
Initial value:
= {
.name = "mpl2",
.long_name = NULL_IF_CONFIG_SMALL("MPL2 subtitles"),
.priv_data_size = sizeof(MPL2Context),
.read_probe = mpl2_probe,
.read_seek2 = mpl2_read_seek,
.extensions = "txt,mpl2",
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: libavutil/internal.h:123
Definition: libavformat/mpl2dec.c:30
static int mpl2_read_seek(AVFormatContext *s, int stream_index, int64_t min_ts, int64_t ts, int64_t max_ts, int flags)
Definition: libavformat/mpl2dec.c:121
static int mpl2_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition: libavformat/mpl2dec.c:115
Definition at line 136 of file libavformat/mpl2dec.c.
Generated on Mon Nov 18 2024 06:52:08 for FFmpeg by 1.8.11