Commit 09958e8d authored by Sumeyra Demir Kanik's avatar Sumeyra Demir Kanik
Browse files

Merge from main, recent updates

parent 45b6df0d
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -113,7 +113,7 @@ void ObjRenderIVASSubframe(
    float *tc_local[MAX_TRANSPORT_CHANNELS];
    int16_t ch, slot_size, slots_to_render, output_frame;
#ifdef FIX_356_ISM_METADATA_SYNC
    int16_t ism_md_subframe_update = 0; /* Number of subframes to delay metadata to sync with audio */
    int16_t ism_md_subframe_update_jbm = 0; /* Number of subframes to delay metadata to sync with audio */
#endif
    for ( ch = 0; ch < BINAURAL_CHANNELS; ch++ )
    {
@@ -163,7 +163,7 @@ void ObjRenderIVASSubframe(

        /* Render subframe */
#ifdef FIX_356_ISM_METADATA_SYNC
        TDREND_GetMix( st_ivas->hBinRendererTd, output_f_local, output_frame, 0, ism_md_subframe_update );
        TDREND_GetMix( st_ivas->hBinRendererTd, output_f_local, output_frame, 0, ism_md_subframe_update_jbm );
#else
        TDREND_GetMix( st_ivas->hBinRendererTd, output_f_local, output_frame, 0 );
#endif