Commit 1b122387 authored by Michael Niedermayer's avatar Michael Niedermayer

aacenc: add AAC_CODER_NB

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 6d13499b
......@@ -1112,7 +1112,7 @@ static void search_for_ms(AACEncContext *s, ChannelElement *cpe,
}
}
AACCoefficientsEncoder ff_aac_coders[] = {
AACCoefficientsEncoder ff_aac_coders[AAC_CODER_NB] = {
{
search_for_quantizers_faac,
encode_window_bands_info,
......
......@@ -30,6 +30,8 @@
#include "psymodel.h"
#define AAC_CODER_NB 4
typedef struct AACEncOptions {
int stereo_mode;
} AACEncOptions;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment