Loading lib_dec/ivas_ism_dec_fx.c +2 −1 Original line number Diff line number Diff line Loading @@ -185,7 +185,8 @@ static ivas_error ivas_ism_bitrate_switching_dec_fx( #endif } /* JBM: when granularity goes up set samples to discard at the beginning of the frame */ ELSE IF( GT_16( tc_granularity_new, st_ivas->hTcBuffer->n_samples_granularity ) ) ELSE IF( GT_16( tc_granularity_new, st_ivas->hTcBuffer->n_samples_granularity ) ) { IF( NE_32( ( error = ivas_jbm_dec_set_discard_samples( st_ivas ) ), IVAS_ERR_OK ) ) { Loading lib_dec/ivas_mct_dec_fx.c +1 −1 File changed.Contains only whitespace changes. Show changes Loading
lib_dec/ivas_ism_dec_fx.c +2 −1 Original line number Diff line number Diff line Loading @@ -185,7 +185,8 @@ static ivas_error ivas_ism_bitrate_switching_dec_fx( #endif } /* JBM: when granularity goes up set samples to discard at the beginning of the frame */ ELSE IF( GT_16( tc_granularity_new, st_ivas->hTcBuffer->n_samples_granularity ) ) ELSE IF( GT_16( tc_granularity_new, st_ivas->hTcBuffer->n_samples_granularity ) ) { IF( NE_32( ( error = ivas_jbm_dec_set_discard_samples( st_ivas ) ), IVAS_ERR_OK ) ) { Loading