Commit d078d8b9 authored by vaclav's avatar vaclav
Browse files

fix porting NONBE_1200_ISM_JBM_BRATE_SW_FLUSH into NONBE_1303_REND_GRANULARITY

parent 418db669
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1228,7 +1228,11 @@ ivas_error IVAS_DEC_ReadFormat(
        {
            int16_t tc_granularity_new = ivas_jbm_dec_get_render_granularity( st_ivas->renderer_type, renderer_type_sec_new, st_ivas->hDecoderConfig->output_Fs );

#ifdef NONBE_1200_ISM_JBM_BRATE_SW_FLUSH
            st_ivas->nchan_transport = nchan_transport_old;
#else
            // st_ivas->nchan_transport = nchan_transport_old; // ToDo: temporarily deactivated to keep FIX_HRTF_LOAD bit-exact but this is likely a bug in the main -> see issue #1200
#endif

            if ( st_ivas->ivas_format == MASA_FORMAT )
            {