Loading lib_dec/ivas_mdct_core_dec.c +1 −1 Original line number Diff line number Diff line Loading @@ -164,7 +164,7 @@ static void dec_prm_tcx_sidebits( /* for first frame reset last_core to initialization value for better error-robustness*/ if ( st->ini_frame == 0 ) { st->last_core = st->core; st->last_core = TCX_20_CORE; } #endif getTCXWindowing( st->core, st->last_core, st->element_mode, st->hTcxCfg, st0 ); Loading Loading
lib_dec/ivas_mdct_core_dec.c +1 −1 Original line number Diff line number Diff line Loading @@ -164,7 +164,7 @@ static void dec_prm_tcx_sidebits( /* for first frame reset last_core to initialization value for better error-robustness*/ if ( st->ini_frame == 0 ) { st->last_core = st->core; st->last_core = TCX_20_CORE; } #endif getTCXWindowing( st->core, st->last_core, st->element_mode, st->hTcxCfg, st0 ); Loading