FFmpeg
4.0
|
MPL2 subtitles format demuxer. More...
#include "libavutil/intreadwrite.h"
#include "avformat.h"
#include "internal.h"
#include "subtitles.h"
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 |
MPL2 subtitles format demuxer.
Definition in file mpl2dec.c.
|
static |
Definition at line 58 of file mpl2dec.c.
Referenced by mpl2_read_header().
|
static |
|
static |
|
static |
|
static |
AVInputFormat ff_mpl2_demuxer |