Only the last segment's results were being checked!
AviSynth and tritical's IsCombedT and
IsCombedTIVTC plugins. */
-
/* Comb scoring algorithm */
int spatial_metric = pv->spatial_metric;
/* Motion threshold */
decomb_prev_thread_args = NULL;
for( ii = 0; ii < pv->comb_check_nthreads; ii++ )
{
- decomb_thread_arg_t *thread_args, *decomb_prev_thread_args = NULL;
+ decomb_thread_arg_t *thread_args;
thread_args = taskset_thread_args( &pv->decomb_check_taskset, ii );
thread_args->pv = pv;