From 7633a0415d80b6813a0ea23405f3857127c02dab Mon Sep 17 00:00:00 2001 From: Alex Converse Date: Mon, 24 Nov 2008 00:13:50 +0000 Subject: 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 --- libavcodec/aactab.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/aactab.h') 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]; -- cgit v1.2.3