avcodec/sbr: fix copy and paste error

Found-by: Andreas Cadhalpun <andreas.cadhalpun@googlemail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
Michael Niedermayer 2015-11-20 03:34:22 +01:00
parent 1ed7fcd42a
commit 03a34ef7a9
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ typedef struct SBRData {
uint8_t env_facs_q[6][48];
AAC_FLOAT env_facs[6][48];
///Noise scalefactors
uint8_t noise_facs_q[6][48];
uint8_t noise_facs_q[3][5];
AAC_FLOAT noise_facs[3][5];
///Envelope time borders
uint8_t t_env[8];