AQTitle subtitles format demuxer.
More...
#include "avformat.h"
#include "internal.h"
#include "subtitles.h"
#include "libavutil/opt.h"
Go to the source code of this file.
static int aqt_read_seek |
( |
AVFormatContext * |
s, |
|
|
int |
stream_index, |
|
|
int64_t |
min_ts, |
|
|
int64_t |
ts, |
|
|
int64_t |
max_ts, |
|
|
int |
flags |
|
) |
| |
|
static |
Initial value:= {
.class_name = "aqtdec",
}
#define LIBAVUTIL_VERSION_INT
static const AVOption aqt_options[]
Definition at line 130 of file aqtitledec.c.
Initial value:= {
.name = "aqtitle",
.extensions = "aqt",
}
static int aqt_read_header(AVFormatContext *s)
static int aqt_read_close(AVFormatContext *s)
static av_cold int read_close(AVFormatContext *ctx)
static int aqt_probe(AVProbeData *p)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int read_header(FFV1Context *f)
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
static const AVClass aqt_class
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_packet(AVFormatContext *s, AVPacket *pkt)
Definition at line 137 of file aqtitledec.c.