FFmpeg
|
SubViewer v1 subtitle demuxer. More...
Go to the source code of this file.
Data Structures | |
struct | SubViewer1Context |
Functions | |
static int | subviewer1_probe (AVProbeData *p) |
static int | subviewer1_read_header (AVFormatContext *s) |
static int | subviewer1_read_packet (AVFormatContext *s, AVPacket *pkt) |
static int | subviewer1_read_seek (AVFormatContext *s, int stream_index, int64_t min_ts, int64_t ts, int64_t max_ts, int flags) |
static int | subviewer1_read_close (AVFormatContext *s) |
Variables | |
AVInputFormat | ff_subviewer1_demuxer |
SubViewer v1 subtitle demuxer.
Definition in file subviewer1dec.c.
|
static |
Definition at line 34 of file subviewer1dec.c.
|
static |
Definition at line 43 of file subviewer1dec.c.
|
static |
Definition at line 93 of file subviewer1dec.c.
|
static |
Definition at line 99 of file subviewer1dec.c.
|
static |
Definition at line 107 of file subviewer1dec.c.
AVInputFormat ff_subviewer1_demuxer |
Definition at line 114 of file subviewer1dec.c.