Commit f7392902 authored by bayers's avatar bayers
Browse files

bring td object renderer inline with the (buggy) main

parent 9778cf37
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -238,7 +238,7 @@ ivas_error ivas_td_binaural_renderer_sf(
        }

        /* Render subframe */
        if ( ( error = TDREND_GetMix( st_ivas->hBinRendererTd, output_f_local, output_frame, 0, ism_md_subframe_update_jbm != subframe_idx ) ) != IVAS_ERR_OK )
        if ( ( error = TDREND_GetMix( st_ivas->hBinRendererTd, output_f_local, output_frame, 0, ism_md_subframe_update_jbm ) ) != IVAS_ERR_OK )
        {
            return error;
        }