mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-04-19 09:02:26 +02:00
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:
parent
1ed7fcd42a
commit
03a34ef7a9
@ -99,7 +99,7 @@ typedef struct SBRData {
|
|||||||
uint8_t env_facs_q[6][48];
|
uint8_t env_facs_q[6][48];
|
||||||
AAC_FLOAT env_facs[6][48];
|
AAC_FLOAT env_facs[6][48];
|
||||||
///Noise scalefactors
|
///Noise scalefactors
|
||||||
uint8_t noise_facs_q[6][48];
|
uint8_t noise_facs_q[3][5];
|
||||||
AAC_FLOAT noise_facs[3][5];
|
AAC_FLOAT noise_facs[3][5];
|
||||||
///Envelope time borders
|
///Envelope time borders
|
||||||
uint8_t t_env[8];
|
uint8_t t_env[8];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user