summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Michel Trivi <jmtrivi@google.com>2016-09-09 22:16:04 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-09-09 22:16:04 +0000
commit79c3cd8b1aa96bece2b262f65b0d25f398297ff9 (patch)
treee49a84688a0d329fef067b864f07dce58f1e4f96
parent00fc1c66d5a524c6961db04d05e1076b18003231 (diff)
parent899335d310122df35ab7b29037d6628455168fa2 (diff)
downloadaac-79c3cd8b1aa96bece2b262f65b0d25f398297ff9.tar.gz
Merge "Avoid a warning about extra parentheses" am: f935254cc9
am: 899335d310 Change-Id: Iff4192d216e3ebeed98bf37d76b892be391ffa02
-rw-r--r--libSBRenc/src/sbr_encoder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libSBRenc/src/sbr_encoder.cpp b/libSBRenc/src/sbr_encoder.cpp
index 86a3f91..71aab78 100644
--- a/libSBRenc/src/sbr_encoder.cpp
+++ b/libSBRenc/src/sbr_encoder.cpp
@@ -1939,7 +1939,7 @@ INT sbrEncoder_Init(
- if ( (aot==AOT_PS) ) {
+ if ( aot==AOT_PS ) {
usePs = 1;
}
if ( aot==AOT_ER_AAC_ELD ) {