From dba2663e86696f47ec1edea48e2c57b197599efa Mon Sep 17 00:00:00 2001 From: Erik Norvell Date: Tue, 13 May 2025 10:57:44 +0200 Subject: [PATCH] Add push/pop wmops for stereo_dmx_evs_enc --- lib_enc/ivas_stereo_dmx_evs.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib_enc/ivas_stereo_dmx_evs.c b/lib_enc/ivas_stereo_dmx_evs.c index 8b8a86635..6d2203c9e 100644 --- a/lib_enc/ivas_stereo_dmx_evs.c +++ b/lib_enc/ivas_stereo_dmx_evs.c @@ -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; } -- GitLab