mirror of https://github.com/mstorsjo/fdk-aac.git
Merge "Avoid a warning about extra parentheses"
This commit is contained in:
commit
f935254cc9
|
@ -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…
Reference in New Issue