Merge "Avoid a warning about extra parentheses"
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 @@
 
 
 
-    if ( (aot==AOT_PS) ) {
+    if ( aot==AOT_PS ) {
         usePs = 1;
     }
     if ( aot==AOT_ER_AAC_ELD ) {