Browse Source

avcodec/sbr: fix copy and paste error

Found-by: Andreas Cadhalpun <andreas.cadhalpun@googlemail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
tags/n3.0
Michael Niedermayer 10 years ago
parent
commit
03a34ef7a9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/sbr.h

+ 1
- 1
libavcodec/sbr.h 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];


Loading…
Cancel
Save