FFmpeg
|
aqtitledec.c File Reference
AQTitle subtitles format demuxer. More...
Include dependency graph for aqtitledec.c:
Go to the source code of this file.
Data Structures | |
struct | AQTitleContext |
Macros | |
#define | OFFSET(x) offsetof(AQTitleContext, x) |
#define | SD AV_OPT_FLAG_SUBTITLE_PARAM|AV_OPT_FLAG_DECODING_PARAM |
Functions | |
static int | aqt_probe (AVProbeData *p) |
static int | aqt_read_header (AVFormatContext *s) |
static int | aqt_read_packet (AVFormatContext *s, AVPacket *pkt) |
static int | aqt_read_seek (AVFormatContext *s, int stream_index, int64_t min_ts, int64_t ts, int64_t max_ts, int flags) |
static int | aqt_read_close (AVFormatContext *s) |
Variables | |
static const AVOption | aqt_options [] |
static const AVClass | aqt_class |
AVInputFormat | ff_aqtitle_demuxer |
Detailed Description
AQTitle subtitles format demuxer.
- See also
- http://web.archive.org/web/20070210095721/http://www.volny.cz/aberka/czech/aqt.html
- https://trac.annodex.net/wiki/AQTitle
Definition in file aqtitledec.c.
Macro Definition Documentation
#define OFFSET | ( | x | ) | offsetof(AQTitleContext, x) |
Definition at line 123 of file aqtitledec.c.
Definition at line 124 of file aqtitledec.c.
Function Documentation
|
static |
Definition at line 40 of file aqtitledec.c.
|
static |
Definition at line 116 of file aqtitledec.c.
|
static |
Definition at line 50 of file aqtitledec.c.
|
static |
Definition at line 102 of file aqtitledec.c.
|
static |
Definition at line 108 of file aqtitledec.c.
Variable Documentation
|
static |
Initial value:
= {
.class_name = "aqtdec",
.item_name = av_default_item_name,
.option = aqt_options,
.version = LIBAVUTIL_VERSION_INT,
}
Definition at line 130 of file aqtitledec.c.
|
static |
Initial value:
= {
{ "subfps", "set the movie frame rate", OFFSET(frame_rate), AV_OPT_TYPE_RATIONAL, {.dbl=25}, 0, INT_MAX, SD },
{ NULL }
}
Definition: opt.h:227
Definition at line 125 of file aqtitledec.c.
AVInputFormat ff_aqtitle_demuxer |
Initial value:
= {
.name = "aqtitle",
.long_name = NULL_IF_CONFIG_SMALL("AQTitle subtitles"),
.priv_data_size = sizeof(AQTitleContext),
.read_probe = aqt_probe,
.read_seek2 = aqt_read_seek,
.extensions = "aqt",
.priv_class = &aqt_class,
}
#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 aqt_read_seek(AVFormatContext *s, int stream_index, int64_t min_ts, int64_t ts, int64_t max_ts, int flags)
Definition: aqtitledec.c:108
Definition: aqtitledec.c:34
static int aqt_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition: aqtitledec.c:102
Definition at line 137 of file aqtitledec.c.
Generated on Mon Nov 18 2024 06:52:04 for FFmpeg by 1.8.11