hb_buffer_t * in = *buf_in;
hb_buffer_t * last = NULL, * out = NULL;
#ifdef USE_OPENCL
- if (pv->use_opencl && !(pv->mode & (MODE_MCDEINT | MODE_BOB)))
+ if (pv->use_opencl && !(pv->mode & (MODE_BOB)))
return hb_decomb_work_opencl(filter, buf_in, buf_out);
#endif
if ( in->size <= 0 )
}
}
- hb_buffer_t* mcdeint_out = NULL;
+ /* hb_buffer_t* mcdeint_out = NULL;
if (pv->mcdeint_mode >= 0)
{
mcdeint_out = hb_video_buffer_init(in->f.width, in->f.height);
last = mcdeint_out;
}else{
last = out;
- }
+ }*/
last->s = pv->ref[1]->s;
if ((pv->mode & MODE_MASK) && pv->spatial_metric >= 0 )