Loading lib_dec/lib_dec_fx.c +2 −2 Original line number Diff line number Diff line Loading @@ -5378,7 +5378,6 @@ static ivas_error printConfigInfo_dec( #ifdef FIX_1419_MONO_STEREO_UMX } #endif ; } } ELSE Loading Loading @@ -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 Loading Loading
lib_dec/lib_dec_fx.c +2 −2 Original line number Diff line number Diff line Loading @@ -5378,7 +5378,6 @@ static ivas_error printConfigInfo_dec( #ifdef FIX_1419_MONO_STEREO_UMX } #endif ; } } ELSE Loading Loading @@ -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 Loading