Commit 6b614814 authored by TYAGIRIS's avatar TYAGIRIS
Browse files

BE fix in IVAS decoder

parent 0c378818
Loading
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -321,11 +321,7 @@ ivas_error ivas_td_binaural_renderer_unwrap(
            TDREND_Update_object_positions( hBinRendererTd, num_src, ivas_format, hIsmMetaData );
        }
        /* Update the listener's location/orientation */
#ifdef API_5MS
        TDREND_Update_listener_orientation( hBinRendererTd, ( enableCombinedOrientation != NULL ) ? *enableCombinedOrientation : 0, ( Quaternions != NULL ) ? Quaternions : NULL, ( Pos != NULL ) ? Pos : NULL );
#else
        TDREND_Update_listener_orientation( hBinRendererTd, ( enableCombinedOrientation != NULL ) ? enableCombinedOrientation[subframe_idx] : 0, ( Quaternions != NULL ) ? &Quaternions[subframe_idx] : NULL, ( Pos != NULL ) ? &Pos[subframe_idx] : NULL );
#endif
        if ( hReverb != NULL )
        {
            if ( ( error = ivas_reverb_process( hReverb, transport_config, 0, output, p_reverb_signal, subframe_idx ) ) != IVAS_ERR_OK )