Commit 4afc3558 authored by fotopoulou's avatar fotopoulou
Browse files

cleanup define related to FIX_MDCT_BASED_BWD changes

parent 45cd6ed2
Loading
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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                   */
);