Loading lib_dec/lib_dec.c +4 −0 Original line number Diff line number Diff line Loading @@ -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 ) { Loading Loading
lib_dec/lib_dec.c +4 −0 Original line number Diff line number Diff line Loading @@ -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 ) { Loading