FFmpeg
|
subviewer1dec.c File Reference
SubViewer v1 subtitle demuxer. More...
Include dependency graph for subviewer1dec.c:
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 |
Detailed Description
SubViewer v1 subtitle demuxer.
Definition in file subviewer1dec.c.
Function Documentation
|
static |
Definition at line 34 of file subviewer1dec.c.
|
static |
Definition at line 107 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.
Variable Documentation
AVInputFormat ff_subviewer1_demuxer |
Initial value:
= {
.name = "subviewer1",
.long_name = NULL_IF_CONFIG_SMALL("SubViewer v1 subtitle format"),
.priv_data_size = sizeof(SubViewer1Context),
.read_seek2 = subviewer1_read_seek,
.extensions = "sub",
}
static int subviewer1_read_close(AVFormatContext *s)
Definition: subviewer1dec.c:107
static int subviewer1_read_header(AVFormatContext *s)
Definition: subviewer1dec.c:43
static int subviewer1_read_seek(AVFormatContext *s, int stream_index, int64_t min_ts, int64_t ts, int64_t max_ts, int flags)
Definition: subviewer1dec.c:99
Definition: subviewer1dec.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 subviewer1_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition: subviewer1dec.c:93
Definition at line 114 of file subviewer1dec.c.
Generated on Mon Nov 18 2024 06:52:09 for FFmpeg by 1.8.11