Commit 637f5534 authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

[fix] missing instrumentation in port

parent e2a16f74
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5378,7 +5378,6 @@ static ivas_error printConfigInfo_dec(
#ifdef FIX_1419_MONO_STEREO_UMX
            }
#endif
            ;
        }
    }
    ELSE
@@ -5656,7 +5655,8 @@ static ivas_error evs_dec_main_fx(
    }

#ifdef FIX_1419_MONO_STEREO_UMX
    IF( st_ivas->hDecoderConfig->Opt_tsm && st_ivas->hDecoderConfig->nchan_out == 1 )
    test();
    IF( st_ivas->hDecoderConfig->Opt_tsm && EQ_16( st_ivas->hDecoderConfig->nchan_out, 1 ) )
#else
    IF( st_ivas->hDecoderConfig->Opt_tsm )
#endif