aboutsummaryrefslogtreecommitdiffstats
path: root/libSBRdec
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2016-10-28 01:08:49 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-10-28 01:08:50 +0000
commited91226cec35c24f4e0cc13bb46ffff98fb37f52 (patch)
tree6dc876100fa51e37b866094fdc242d03ccbf01ff /libSBRdec
parent4556cb9cb8b12574c41b749b20c1c149fed54a37 (diff)
parent6ec082c6c32b6298d5995cc4fb405dee75e3a1e3 (diff)
downloadfdk-aac-ed91226cec35c24f4e0cc13bb46ffff98fb37f52.tar.gz
fdk-aac-ed91226cec35c24f4e0cc13bb46ffff98fb37f52.tar.bz2
fdk-aac-ed91226cec35c24f4e0cc13bb46ffff98fb37f52.zip
Merge "Remove redundant register storage class specifiers"
Diffstat (limited to 'libSBRdec')
-rw-r--r--libSBRdec/src/env_calc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libSBRdec/src/env_calc.cpp b/libSBRdec/src/env_calc.cpp
index fa5330a..73bd7ba 100644
--- a/libSBRdec/src/env_calc.cpp
+++ b/libSBRdec/src/env_calc.cpp
@@ -2031,7 +2031,7 @@ static void adjustTimeSlotHQ(
FIXP_SGL direct_ratio = /*FL2FXCONST_SGL(1.0f) */ (FIXP_SGL)MAXVAL_SGL - smooth_ratio;
int index = *ptrPhaseIndex;
UCHAR harmIndex = *ptrHarmIndex;
- register int freqInvFlag = (lowSubband & 1);
+ int freqInvFlag = (lowSubband & 1);
FIXP_DBL sineLevel;
int shift;