mirror of
https://github.com/mstorsjo/fdk-aac.git
synced 2025-02-17 03:30:35 +01:00
Merge "Avoid a warning about extra parentheses"
am: f935254cc9 Change-Id: I838bc99ee6450cdf300663f3a1c356e5cacf517f
This commit is contained in:
commit
899335d310
@ -1939,7 +1939,7 @@ INT sbrEncoder_Init(
|
||||
|
||||
|
||||
|
||||
if ( (aot==AOT_PS) ) {
|
||||
if ( aot==AOT_PS ) {
|
||||
usePs = 1;
|
||||
}
|
||||
if ( aot==AOT_ER_AAC_ELD ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user