From a4ba0872f1a8866d79593389108cf62bcbdd34ff Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sat, 10 Sep 2016 22:47:41 +0200 Subject: Enable PS if AOT_DABPLUS_PS selected --- libSBRenc/src/sbr_encoder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libSBRenc') diff --git a/libSBRenc/src/sbr_encoder.cpp b/libSBRenc/src/sbr_encoder.cpp index 86a3f91..dbaddee 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) || (aot==AOT_DABPLUS_PS) ) { usePs = 1; } if ( aot==AOT_ER_AAC_ELD ) { -- cgit v1.2.3