Go to the source code of this file.
◆ AA_MAGIC
#define AA_MAGIC 1469084982 /* this identifies an audible .aa file */ |
◆ MAX_CODEC_SECOND_SIZE
#define MAX_CODEC_SECOND_SIZE 3982 |
◆ MAX_TOC_ENTRIES
#define MAX_TOC_ENTRIES 16 |
◆ MAX_DICTIONARY_ENTRIES
#define MAX_DICTIONARY_ENTRIES 128 |
◆ TEA_BLOCK_SIZE
◆ CHAPTER_HEADER_SIZE
#define CHAPTER_HEADER_SIZE 8 |
◆ TIMEPREC
◆ MP3_FRAME_SIZE
#define MP3_FRAME_SIZE 104 |
◆ OFFSET
◆ get_second_size()
static int get_second_size |
( |
char * |
codec_name | ) |
|
|
static |
◆ aa_read_header()
◆ aa_read_packet()
◆ aa_read_seek()
◆ aa_probe()
◆ aa_read_close()
◆ aa_options
Initial value:= {
{ "aa_fixed_key",
"Fixed key used for handling Audible AA files",
OFFSET(aa_fixed_key),
}
Definition at line 390 of file aadec.c.
◆ aa_class
Initial value:= {
.class_name = "aa",
}
Definition at line 398 of file aadec.c.
◆ ff_aa_demuxer
Initial value:= {
.name = "aa",
.extensions = "aa",
}
Definition at line 405 of file aadec.c.
static int aa_read_packet(AVFormatContext *s, AVPacket *pkt)
static int aa_read_seek(AVFormatContext *s, int stream_index, int64_t timestamp, int flags)
static int aa_read_close(AVFormatContext *s)
static const AVClass aa_class
@ AV_OPT_TYPE_BINARY
offset must point to a pointer immediately followed by an int for the length
static int read_seek(AVFormatContext *ctx, int stream_index, int64_t timestamp, int flags)
static av_cold int read_close(AVFormatContext *ctx)
static const AVOption aa_options[]
static int aa_probe(const AVProbeData *p)
#define LIBAVUTIL_VERSION_INT
static int read_header(FFV1Context *f)
const char * av_default_item_name(void *ptr)
Return the context name.
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
static int aa_read_header(AVFormatContext *s)
#define AV_OPT_FLAG_DECODING_PARAM
a generic parameter which can be set by the user for demuxing or decoding
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
#define flags(name, subs,...)