summaryrefslogtreecommitdiff
path: root/libavcodec/aactab.h
diff options
context:
space:
mode:
authorAlex Converse <alex.converse@gmail.com>2008-11-24 00:13:50 +0000
committerRobert Swain <robert.swain@gmail.com>2008-11-24 00:13:50 +0000
commit7633a0415d80b6813a0ea23405f3857127c02dab (patch)
treee6a21a24c80dc1dc271c787ff70c5994720c1558 /libavcodec/aactab.h
parente9d0fdef533fc9ec158d27fe73f5461387155c49 (diff)
AAC: Frequency domain prediction and hence Main profile support
Patch by Alex Converse ( alex converse gmail com ) Originally committed as revision 15919 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/aactab.h')
-rw-r--r--libavcodec/aactab.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/aactab.h b/libavcodec/aactab.h
index f019f7ea9b..07574d8da7 100644
--- a/libavcodec/aactab.h
+++ b/libavcodec/aactab.h
@@ -54,6 +54,8 @@ extern const uint8_t ff_aac_num_swb_1024[];
extern const uint8_t ff_aac_num_swb_128 [];
// @}
+extern const uint8_t ff_aac_pred_sfb_max [];
+
extern const uint32_t ff_aac_scalefactor_code[121];
extern const uint8_t ff_aac_scalefactor_bits[121];