From 4afc35589b870d1a8c460f67ed65c1460224bfb4 Mon Sep 17 00:00:00 2001 From: Eleni Fotopoulou Date: Wed, 29 Mar 2023 09:23:50 +0200 Subject: [PATCH] cleanup define related to FIX_MDCT_BASED_BWD changes --- lib_com/ivas_prot.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib_com/ivas_prot.h b/lib_com/ivas_prot.h index e8597bbf3c..72975e1f9f 100644 --- a/lib_com/ivas_prot.h +++ b/lib_com/ivas_prot.h @@ -2808,9 +2808,7 @@ void ivas_mct_core_enc( CPE_ENC_HANDLE hCPE[MCT_MAX_BLOCKS], /* i/o: CPE encoder structures */ const int16_t nChannels, /* i : number of channels to be coded */ const int32_t ivas_total_brate, /* i : IVAS total bitrate */ -#ifndef DISABLE_BWD_MCT const int16_t switch_bw, /* i : flag bandwidth switch occurance */ -#endif const int16_t lfe_bits, /* i : bits spent for LFE */ const int16_t sba_order /* i : Ambisonic (SBA) order */ ); -- GitLab