Merge "Avoid a warning about extra parentheses"

This commit is contained in:
Jean-Michel Trivi 2016-09-09 22:06:10 +00:00 committed by Gerrit Code Review
commit f935254cc9
1 changed files with 1 additions and 1 deletions

View File

@ -1939,7 +1939,7 @@ INT sbrEncoder_Init(
if ( (aot==AOT_PS) ) { if ( aot==AOT_PS ) {
usePs = 1; usePs = 1;
} }
if ( aot==AOT_ER_AAC_ELD ) { if ( aot==AOT_ER_AAC_ELD ) {