1
0
mirror of https://github.com/mstorsjo/fdk-aac.git synced 2025-02-17 11:40:35 +01:00

Merge "Avoid a warning about extra parentheses" am: f935254cc9

am: 899335d310

Change-Id: Iff4192d216e3ebeed98bf37d76b892be391ffa02
This commit is contained in:
Jean-Michel Trivi 2016-09-09 22:16:04 +00:00 committed by android-build-merger
commit 79c3cd8b1a

View File

@ -1939,7 +1939,7 @@ INT sbrEncoder_Init(
if ( (aot==AOT_PS) ) {
if ( aot==AOT_PS ) {
usePs = 1;
}
if ( aot==AOT_ER_AAC_ELD ) {