FFmpeg
|
#include "avformat.h"
#include "demux.h"
#include "internal.h"
#include "subtitles.h"
#include "libavutil/opt.h"
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 (const 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 |
const FFInputFormat | ff_aqtitle_demuxer |
AQTitle subtitles format demuxer
Definition in file aqtitledec.c.
#define OFFSET | ( | x | ) | offsetof(AQTitleContext, x) |
Definition at line 125 of file aqtitledec.c.
Definition at line 126 of file aqtitledec.c.
|
static |
Definition at line 41 of file aqtitledec.c.
|
static |
Definition at line 51 of file aqtitledec.c.
|
static |
Definition at line 104 of file aqtitledec.c.
|
static |
Definition at line 110 of file aqtitledec.c.
|
static |
Definition at line 118 of file aqtitledec.c.
|
static |
Definition at line 127 of file aqtitledec.c.
|
static |
Definition at line 132 of file aqtitledec.c.
const FFInputFormat ff_aqtitle_demuxer |
Definition at line 139 of file aqtitledec.c.