#include <fdk-aac/aacdecoder_lib.h>
#include "libavutil/channel_layout.h"
#include "libavutil/common.h"
#include "libavutil/opt.h"
#include "avcodec.h"
#include "internal.h"
Go to the source code of this file.
Enumerator |
---|
CONCEAL_METHOD_DEFAULT |
|
CONCEAL_METHOD_SPECTRAL_MUTING |
|
CONCEAL_METHOD_NOISE_SUBSTITUTION |
|
CONCEAL_METHOD_ENERGY_INTERPOLATION |
|
CONCEAL_METHOD_NB |
|
Definition at line 30 of file libfdk-aacdec.c.
Initial value:= {
}
static const AVOption fdk_aac_dec_options[]
Definition at line 56 of file libfdk-aacdec.c.
Initial value:= {
.name = "libfdk_aac",
}
static int decode(MimicContext *ctx, int quality, int num_coeffs, int is_iframe)
#define CODEC_CAP_DR1
Codec uses get_buffer() for allocating buffers and supports custom allocators.
static av_cold void fdk_aac_decode_flush(AVCodecContext *avctx)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int fdk_aac_decode_frame(AVCodecContext *avctx, void *data, int *got_frame_ptr, AVPacket *avpkt)
static const AVClass fdk_aac_dec_class
static void close(AVCodecParserContext *s)
static av_cold int fdk_aac_decode_close(AVCodecContext *avctx)
static av_cold void flush(AVCodecContext *avctx)
Flush (reset) the frame ID after seeking.
static av_cold int fdk_aac_decode_init(AVCodecContext *avctx)
static av_cold int init(AVCodecParserContext *s)
Definition at line 297 of file libfdk-aacdec.c.