diff options
author | Martin Storsjo <martin@martin.st> | 2016-09-10 14:38:15 +0300 |
---|---|---|
committer | Martin Storsjo <martin@martin.st> | 2016-09-10 14:38:15 +0300 |
commit | 5eb3c9be883b8a8de90004e2c1f15a705675d4e1 (patch) | |
tree | b9837b915e09fdcb0ecdf37858d23fcf9b3db572 /libSBRenc/src/sbr_encoder.cpp | |
parent | 1d686c3a23f3ae286ef964ab62199be96e4ad1dc (diff) | |
parent | f935254cc960ff906ae571566098a9df70014747 (diff) | |
download | fdk-aac-5eb3c9be883b8a8de90004e2c1f15a705675d4e1.tar.gz fdk-aac-5eb3c9be883b8a8de90004e2c1f15a705675d4e1.tar.bz2 fdk-aac-5eb3c9be883b8a8de90004e2c1f15a705675d4e1.zip |
Merge remote-tracking branch 'aosp/master'
Diffstat (limited to 'libSBRenc/src/sbr_encoder.cpp')
-rw-r--r-- | libSBRenc/src/sbr_encoder.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libSBRenc/src/sbr_encoder.cpp b/libSBRenc/src/sbr_encoder.cpp index 86a3f91..71aab78 100644 --- a/libSBRenc/src/sbr_encoder.cpp +++ b/libSBRenc/src/sbr_encoder.cpp @@ -1939,7 +1939,7 @@ INT sbrEncoder_Init( - if ( (aot==AOT_PS) ) { + if ( aot==AOT_PS ) { usePs = 1; } if ( aot==AOT_ER_AAC_ELD ) { |