Commit 2e062fa2 authored by norvell's avatar norvell
Browse files

Merge branch 'ci/add-push-pop-wmops-stereo-dmx-ivas-float-update' into 'ivas-float-update'

Add push/pop wmops for stereo_dmx_evs_enc

See merge request !1573
parents 83328095 dba2663e
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1134,6 +1134,8 @@ void stereo_dmx_evs_enc(

    int16_t input_frame;

    push_wmops( "stereo_dmx_evs_enc" );

    if ( is_binaural )
    {
        /* use of is_binaural flag is to be considered */
@@ -1358,6 +1360,7 @@ void stereo_dmx_evs_enc(

    mvr2s( p_dmx_data, data, n_samples );

    pop_wmops();

    return;
}