[FFmpeg-cvslog] avcodec/sbr: fix copy and paste error
Michael Niedermayer
git at videolan.org
Fri Nov 20 03:50:14 CET 2015
ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Fri Nov 20 03:34:22 2015 +0100| [03a34ef7a9259cefc673dcbd9d098bc15c99eda8] | committer: Michael Niedermayer
avcodec/sbr: fix copy and paste error
Found-by: Andreas Cadhalpun <andreas.cadhalpun at googlemail.com>
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=03a34ef7a9259cefc673dcbd9d098bc15c99eda8
---
libavcodec/sbr.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/sbr.h b/libavcodec/sbr.h
index f22c475..4a94c4a 100644
--- a/libavcodec/sbr.h
+++ b/libavcodec/sbr.h
@@ -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];
More information about the ffmpeg-cvslog
mailing list