Commit 03a34ef7 authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/sbr: fix copy and paste error

Found-by: 's avatarAndreas Cadhalpun <andreas.cadhalpun@googlemail.com>
Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 1ed7fcd4
......@@ -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];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment