Commit dacb3ed4 authored by lefort's avatar lefort
Browse files

push_wmops/pop_wmops corrected for stereo_dmx_evs_enc.

parent 2d8ca1a2
Loading
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -1983,6 +1983,8 @@ void stereo_dmx_evs_enc(

    mvr2s( p_dmx_data, data, n_samples );

    pop_wmops();

#else

    int16_t n;
@@ -1999,6 +2001,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 */
@@ -2223,10 +2227,10 @@ void stereo_dmx_evs_enc(

    mvr2s( p_dmx_data, data, n_samples );

#endif

    pop_wmops();

#endif

    return;
}