Commit 82c2d01d authored by vaclav's avatar vaclav
Browse files

cleaning

parent 10f1ad41
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -36,7 +36,6 @@
#include <stdint.h>
#include "options.h"
#include "cnst.h"
//#include "ivas_error.h"

/* clang-format off */

@@ -1380,9 +1379,9 @@ typedef enum
typedef enum 
{
    BINAURAL_INPUT_AUDIO_CONFIG_INVALID,
    BINAURAL_INPUT_AUDIO_CONFIG_COMBINED, // 5_1, 5_1_2, 5_1_4, 7_1, 7_1_4
    BINAURAL_INPUT_AUDIO_CONFIG_HOA,      // FOA, HOA2, HOA3
    BINAURAL_INPUT_AUDIO_CONFIG_UNDEFINED // Not used
    BINAURAL_INPUT_AUDIO_CONFIG_COMBINED,       /* 5_1, 5_1_2, 5_1_4, 7_1, 7_1_4 */
    BINAURAL_INPUT_AUDIO_CONFIG_HOA,            /* FOA, HOA2, HOA3 */
    BINAURAL_INPUT_AUDIO_CONFIG_UNDEFINED       /* Not used */

} BINAURAL_INPUT_AUDIO_CONFIG;

+0 −3
Original line number Diff line number Diff line
@@ -40,9 +40,6 @@
#include "stat_enc.h"
#include "stat_dec.h"
#include "stat_com.h"
#ifdef FIX_197_CREND_INTERFACE
//#include "ivas_stat_rend.h"
#endif
#include "ivas_stat_enc.h"
#include "ivas_stat_dec.h"
#include "ivas_stat_com.h"
+0 −1
Original line number Diff line number Diff line
@@ -35,7 +35,6 @@
#include "ivas_prot.h"
#include "ivas_rom_com.h"
#include "ivas_stat_enc.h"
//#include "lib_dec.h"
#include "prot.h"
#include <assert.h>
#include <math.h>
+0 −1
Original line number Diff line number Diff line
@@ -36,7 +36,6 @@
#include "ivas_prot_rend.h"
#include "ivas_rom_com.h"
#include "ivas_stat_enc.h"
//#include "lib_dec.h"
#include "prot.h"
#include <assert.h>
#include <math.h>
+0 −3
Original line number Diff line number Diff line
@@ -34,10 +34,7 @@
#include "options.h"
#include "ivas_cnst.h"
#include "ivas_prot.h"
//#include "prot.h"
#include "ivas_stat_dec.h"
//#include "ivas_rom_dec.h"
//#include "ivas_rom_com.h"
#ifdef DEBUGGING
#include "debug.h"
#include <assert.h>
Loading