Go to the documentation of this file.
44 if (
c->sample_rate <= 0) {
93 int sync_extension,
void *logctx)
95 int specific_config_bitindex,
ret;
121 c->ext_sample_rate = 0;
137 if (
c->ext_object_type !=
AOT_SBR && sync_extension) {
144 if (
c->ext_sample_rate ==
c->sample_rate)
159 if ((
c->ps == -1 &&
c->object_type !=
AOT_AAC_LC) ||
c->channels & ~0x01)
162 return specific_config_bitindex - start_bit_index;
166 int size,
int sync_extension,
void *logctx)
static int get_sample_rate(GetBitContext *gb, int *index)
static void skip_bits_long(GetBitContext *s, int n)
Skips the specified number of bits.
static int get_bits_left(GetBitContext *gb)
@ AOT_PS
N Parametric Stereo.
static unsigned int get_bits_long(GetBitContext *s, int n)
Read 0-32 bits.
static int get_bits_count(const GetBitContext *s)
static void skip_bits(GetBitContext *s, int n)
static unsigned int get_bits(GetBitContext *s, int n)
Read 1-25 bits.
@ AOT_ESCAPE
Y Escape Value.
#define AV_LOG_ERROR
Something went wrong and cannot losslessly be recovered.
#define FF_ARRAY_ELEMS(a)
static int init_get_bits8(GetBitContext *s, const uint8_t *buffer, int byte_size)
Initialize GetBitContext.
int avpriv_mpeg4audio_get_config2(MPEG4AudioConfig *c, const uint8_t *buf, int size, int sync_extension, void *logctx)
Parse MPEG-4 systems extradata from a raw buffer to retrieve audio configuration.
static int parse_config_ALS(GetBitContext *gb, MPEG4AudioConfig *c, void *logctx)
Parse MPEG-4 audio configuration for ALS object type.
static unsigned int get_bits1(GetBitContext *s)
static int get_object_type(GetBitContext *gb)
Undefined Behavior In the C some operations are like signed integer dereferencing freed accessing outside allocated Undefined Behavior must not occur in a C it is not safe even if the output of undefined operations is unused The unsafety may seem nit picking but Optimizing compilers have in fact optimized code on the assumption that no undefined Behavior occurs Optimizing code based on wrong assumptions can and has in some cases lead to effects beyond the output of computations The signed integer overflow problem in speed critical code Code which is highly optimized and works with signed integers sometimes has the problem that often the output of the computation does not c
#define MKBETAG(a, b, c, d)
int ff_mpeg4audio_get_config_gb(MPEG4AudioConfig *c, GetBitContext *gb, int sync_extension, void *logctx)
Parse MPEG-4 systems extradata from a potentially unaligned GetBitContext to retrieve audio configura...
static unsigned int show_bits(GetBitContext *s, int n)
Show 1-25 bits.
@ AOT_ER_BSAC
N Error Resilient Bit-Sliced Arithmetic Coding.
@ AOT_SBR
Y Spectral Band Replication.
const uint8_t ff_mpeg4audio_channels[15]
const int ff_mpeg4audio_sample_rates[16]
@ AOT_ALS
Y Audio LosslesS.
#define AVERROR_INVALIDDATA
Invalid data found when processing input.
@ AOT_AAC_LC
Y Low Complexity.