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