summaryrefslogtreecommitdiff
path: root/libavcodec/aacdectab.h
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/aacdectab.h
parentff587009ae60f6cf76d70879986125696490f99c (diff)
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/aacdectab.h')
-rw-r--r--libavcodec/aacdectab.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/libavcodec/aacdectab.h b/libavcodec/aacdectab.h
index d7e0099d3c..34b0abe729 100644
--- a/libavcodec/aacdectab.h
+++ b/libavcodec/aacdectab.h
@@ -142,7 +142,8 @@ static const uint16_t *swb_offset_1024[] = {
swb_offset_1024_96, swb_offset_1024_96, swb_offset_1024_64,
swb_offset_1024_48, swb_offset_1024_48, swb_offset_1024_32,
swb_offset_1024_24, swb_offset_1024_24, swb_offset_1024_16,
- swb_offset_1024_16, swb_offset_1024_16, swb_offset_1024_8
+ swb_offset_1024_16, swb_offset_1024_16, swb_offset_1024_8,
+ swb_offset_1024_8
};
static const uint16_t *swb_offset_128[] = {
@@ -151,7 +152,8 @@ static const uint16_t *swb_offset_128[] = {
swb_offset_128_96, swb_offset_128_96, swb_offset_128_96,
swb_offset_128_48, swb_offset_128_48, swb_offset_128_48,
swb_offset_128_24, swb_offset_128_24, swb_offset_128_16,
- swb_offset_128_16, swb_offset_128_16, swb_offset_128_8
+ swb_offset_128_16, swb_offset_128_16, swb_offset_128_8,
+ swb_offset_128_8
};
// @}
@@ -163,11 +165,11 @@ static const uint16_t *swb_offset_128[] = {
* @{
*/
static const uint8_t tns_max_bands_1024[] = {
- 31, 31, 34, 40, 42, 51, 46, 46, 42, 42, 42, 39
+ 31, 31, 34, 40, 42, 51, 46, 46, 42, 42, 42, 39, 39
};
static const uint8_t tns_max_bands_128[] = {
- 9, 9, 10, 14, 14, 14, 14, 14, 14, 14, 14, 14
+ 9, 9, 10, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14
};
// @}