#include "avcodec.h"
#include "put_bits.h"
#include "dsputil.h"
#include "aac.h"
#include "psymodel.h"
Go to the source code of this file.
Data Structures | |
struct | AACEncOptions |
struct | AACCoefficientsEncoder |
struct | AACEncContext |
AAC encoder context. More... |
Typedefs | |
typedef struct AACEncOptions | AACEncOptions |
typedef struct AACCoefficientsEncoder | AACCoefficientsEncoder |
typedef struct AACEncContext | AACEncContext |
AAC encoder context. |
Variables | |
AACCoefficientsEncoder | ff_aac_coders [] |
typedef struct AACCoefficientsEncoder AACCoefficientsEncoder |
typedef struct AACEncContext AACEncContext |
AAC encoder context.
typedef struct AACEncOptions AACEncOptions |
AACCoefficientsEncoder ff_aac_coders[] |
Definition at line 1115 of file aaccoder.c.
Referenced by aac_encode_init().