#include "avcodec.h"
#include "aac.h"
Go to the source code of this file.
Data Structures | |
struct | AACPsyContext |
context used by psychoacoustic model More... | |
Enumerations | |
enum | AACPsyModelType { AAC_PSY_TEST, AAC_PSY_3GPP, AAC_NB_PSY_MODELS } |
Functions | |
void | ff_aac_psy_end (AACPsyContext *ctx) |
Cleanup model context at the end. |
enum AACPsyModelType |
void ff_aac_psy_end | ( | AACPsyContext * | ctx | ) |
Cleanup model context at the end.
ctx | model context |