mirror of https://github.com/mstorsjo/fdk-aac.git
Remove redundant parentheses around == comparison operator
Bug: 28026175 Change-Id: I61be1ab98d7279d09250ea4b810c5f31886da048
This commit is contained in:
parent
2a9da6a10b
commit
2504f60434
|
@ -1939,7 +1939,7 @@ INT sbrEncoder_Init(
|
|||
|
||||
|
||||
|
||||
if ( (aot==AOT_PS) ) {
|
||||
if ( aot==AOT_PS ) {
|
||||
usePs = 1;
|
||||
}
|
||||
if ( aot==AOT_ER_AAC_ELD ) {
|
||||
|
|
Loading…
Reference in New Issue