summaryrefslogtreecommitdiffstats
path: root/libavcodec/aactab.c
diff options
context:
space:
mode:
authorAlex Converse <alex.converse@gmail.com>2009-02-12 13:31:43 +0000
committerRobert Swain <robert.swain@gmail.com>2009-02-12 13:31:43 +0000
commit30272450f98473dee6f6d06e42cae37c3787ebf8 (patch)
tree00293e458c67b914e3ce0f96bbb9b82dc1fc8bfd /libavcodec/aactab.c
parentff587009ae60f6cf76d70879986125696490f99c (diff)
downloadffmpeg-streaming-30272450f98473dee6f6d06e42cae37c3787ebf8.zip
ffmpeg-streaming-30272450f98473dee6f6d06e42cae37c3787ebf8.tar.gz
Add support for sample rate index 12, 7350 Hz
Patch by Alex Converse ( alex converse gmail com ) Originally committed as revision 17180 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/aactab.c')
-rw-r--r--libavcodec/aactab.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/aactab.c b/libavcodec/aactab.c
index 56c7bf7..b14b395 100644
--- a/libavcodec/aactab.c
+++ b/libavcodec/aactab.c
@@ -36,15 +36,15 @@ DECLARE_ALIGNED(16, float, ff_aac_kbd_long_1024[1024]);
DECLARE_ALIGNED(16, float, ff_aac_kbd_short_128[128]);
const uint8_t ff_aac_num_swb_1024[] = {
- 41, 41, 47, 49, 49, 51, 47, 47, 43, 43, 43, 40
+ 41, 41, 47, 49, 49, 51, 47, 47, 43, 43, 43, 40, 40
};
const uint8_t ff_aac_num_swb_128[] = {
- 12, 12, 12, 14, 14, 14, 15, 15, 15, 15, 15, 15
+ 12, 12, 12, 14, 14, 14, 15, 15, 15, 15, 15, 15, 15
};
const uint8_t ff_aac_pred_sfb_max[] = {
- 33, 33, 38, 40, 40, 40, 41, 41, 37, 37, 37, 34
+ 33, 33, 38, 40, 40, 40, 41, 41, 37, 37, 37, 34, 34
};
const uint32_t ff_aac_scalefactor_code[121] = {
OpenPOWER on IntegriCloud