Commit dba2663e authored by norvell's avatar norvell
Browse files

Add push/pop wmops for stereo_dmx_evs_enc

parent 83328095
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;
}