Go to the source code of this file.
#define AA_MAGIC 1469084982 /* this identifies an audible .aa file */ |
#define MAX_CODEC_SECOND_SIZE 3982 |
#define MAX_TOC_ENTRIES 16 |
#define MAX_DICTIONARY_ENTRIES 128 |
static int get_second_size |
( |
char * |
codec_name | ) |
|
|
static |
Initial value:= {
{ "aa_fixed_key",
"Fixed key used for handling Audible AA files",
OFFSET(aa_fixed_key),
}
offset must point to a pointer immediately followed by an int for the length
#define AV_OPT_FLAG_DECODING_PARAM
a generic parameter which can be set by the user for demuxing or decoding
Definition at line 284 of file aadec.c.
Initial value:= {
.class_name = "aa",
}
#define LIBAVUTIL_VERSION_INT
static const AVOption aa_options[]
Definition at line 292 of file aadec.c.
Initial value:= {
.name = "aa",
.extensions = "aa",
}
static int aa_read_packet(AVFormatContext *s, AVPacket *pkt)
static int aa_probe(AVProbeData *p)
static av_cold int read_close(AVFormatContext *ctx)
#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)
static int read_header(FFV1Context *f)
static int aa_read_close(AVFormatContext *s)
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
static const AVClass aa_class
Definition at line 299 of file aadec.c.