mirror of https://github.com/mstorsjo/fdk-aac.git
Merge "Avoid a warning about extra parentheses" am: f935254cc9
am: 899335d310
am: 79c3cd8b1a
Change-Id: Ia7a3b896268f11c5c2003c36aa38724910b08db0
This commit is contained in:
commit
ca6ae4ffe4
|
@ -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