Commit 2d8ca1a2 authored by lefort's avatar lefort
Browse files

push_wmops/pop_wmops added to stereo_dmx_evs_enc.

parent 908efa35
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1651,6 +1651,8 @@ void stereo_dmx_evs_enc(
    STEREO_DMX_EVS_PRC prev_prc;
    STEREO_DMX_EVS_PHA_HANDLE hPHA;

    push_wmops( "stereo_dmx_evs_enc" );

    if ( is_binaural )
    {
        /* use of is_binaural flag is to be considered */
@@ -2223,6 +2225,8 @@ void stereo_dmx_evs_enc(

#endif

    pop_wmops();

    return;
}