Loading lib_dec/ivas_stereo_mdct_core_dec_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -274,7 +274,7 @@ void stereo_mdct_core_dec_fx( FOR( ch = 0; ch < nChannels; ch++ ) { st = sts[ch]; IF( !EQ_16( bfi, 0 ) || ( NE_16( bfi, 0 ) && NE_16( st->core, ACELP_CORE ) ) ) IF( !bfi || ( bfi && NE_16( st->core, ACELP_CORE ) ) ) { FOR( k = 0; k < nSubframes[ch]; k++ ) { Loading Loading
lib_dec/ivas_stereo_mdct_core_dec_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -274,7 +274,7 @@ void stereo_mdct_core_dec_fx( FOR( ch = 0; ch < nChannels; ch++ ) { st = sts[ch]; IF( !EQ_16( bfi, 0 ) || ( NE_16( bfi, 0 ) && NE_16( st->core, ACELP_CORE ) ) ) IF( !bfi || ( bfi && NE_16( st->core, ACELP_CORE ) ) ) { FOR( k = 0; k < nSubframes[ch]; k++ ) { Loading