Commit 2708cec4 authored by multrus's avatar multrus
Browse files

[cleanup] accept FIX_NUM_SUBFRAME_UPDATE

parent 88e36897
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -158,7 +158,6 @@
#define ISAR_BITSTREAM_UPDATE_LC3PLUS                   /* FhG: Multiple improvements to the ISAR bitstream when LC3plus is used. See MR 1456 for details. */
#define SPLIT_REND_POSE_CORRECTION_UNUSED_BITS

#define FIX_NUM_SUBFRAME_UPDATE
#define FIX_1053_REVERB_RECONFIGURATION                 /* Philips: issue 1053: fix for dynamic switching of acoustic environment */
#define CONF_DISTATT                                    /* Eri: Make distance attenuation configurable */
#define FIX_1082_INSTRUM_FAILED_LC3PLUS                 /* VoiceAge: issue 1082: fix ambiguous syntax in LC3Plus code leading to fails of instrumented builds */
+0 −2
Original line number Diff line number Diff line
@@ -609,7 +609,6 @@ ivas_error IVAS_DEC_SetRenderFramesize(

    hIvasDec->st_ivas->hDecoderConfig->render_framesize = render_framesize;

#ifdef FIX_NUM_SUBFRAME_UPDATE
    if ( hIvasDec->st_ivas->hExtOrientationData != NULL )
    {
        hIvasDec->st_ivas->hExtOrientationData->num_subframes = (int16_t) render_framesize;
@@ -618,7 +617,6 @@ ivas_error IVAS_DEC_SetRenderFramesize(
    {
        hIvasDec->st_ivas->hCombinedOrientationData->num_subframes = (int16_t) render_framesize;
    }
#endif

    return IVAS_ERR_OK;
}