From d504da100d5af2577e34453ec591359df9baa926 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 9 Sep 2016 14:07:55 +0200 Subject: Add DAB+ AOTs again and remove AOT_MP2 from code --- libFDK/src/FDK_tools_rom.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libFDK') diff --git a/libFDK/src/FDK_tools_rom.cpp b/libFDK/src/FDK_tools_rom.cpp index 29e37f2..36bf284 100644 --- a/libFDK/src/FDK_tools_rom.cpp +++ b/libFDK/src/FDK_tools_rom.cpp @@ -2554,6 +2554,9 @@ const element_list_t * getBitstreamElementList(AUDIO_OBJECT_TYPE aot, SCHAR epCo case AOT_AAC_LC: case AOT_SBR: case AOT_PS: + case AOT_DABPLUS_AAC_LC: + case AOT_DABPLUS_SBR: + case AOT_DABPLUS_PS: FDK_ASSERT(epConfig == -1); if (nChannels == 1) { return &node_aac_sce; -- cgit v1.2.3