mirror of
https://github.com/mstorsjo/fdk-aac.git
synced 2025-02-17 19:50:35 +01:00
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;
|
usePs = 1;
|
||||||
}
|
}
|
||||||
if ( aot==AOT_ER_AAC_ELD ) {
|
if ( aot==AOT_ER_AAC_ELD ) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user