mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 10:30:05 +01: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:
@@ -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];
|
||||||
|
|||||||
Reference in New Issue
Block a user