From: Rodeo Date: Fri, 26 Jul 2013 15:51:55 +0000 (+0000) Subject: QSV: don't forget to add the VPP filter if we're deinterlacing with it. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=28f652844ea13bddabccea859e6c076bc2f82b62;p=handbrake QSV: don't forget to add the VPP filter if we're deinterlacing with it. git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/qsv@5663 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- diff --git a/libhb/work.c b/libhb/work.c index 0a892c111..d42a87527 100644 --- a/libhb/work.c +++ b/libhb/work.c @@ -713,7 +713,7 @@ static void do_job(hb_job_t *job) // framerate shaping not yet supported init.cfr = 0; } - int is_additional_vpp_function = is_actual_crop_resize; + int is_additional_vpp_function = (is_actual_crop_resize || is_vpp_interlace); for( i = 0; i < hb_list_count( job->list_filter ); ) {