This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
aacenc: add AAC_CODER_NB
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.9
Michael Niedermayer
13 years ago
parent
6d13499be0
commit
1b1223872d
2 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/aaccoder.c
+2
-0
libavcodec/aacenc.h
+ 1
- 1
libavcodec/aaccoder.c
View File
@@ -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,
+ 2
- 0
libavcodec/aacenc.h
View File
@@ -30,6 +30,8 @@
#include "psymodel.h"
#define AAC_CODER_NB 4
typedef struct AACEncOptions {
int stereo_mode;
} AACEncOptions;
Write
Preview
Loading…
Cancel
Save