]> granicus.if.org Git - handbrake/commitdiff
QSV: don't forget to add the VPP filter if we're deinterlacing with it.
authorRodeo <tdskywalker@gmail.com>
Fri, 26 Jul 2013 15:51:55 +0000 (15:51 +0000)
committerRodeo <tdskywalker@gmail.com>
Fri, 26 Jul 2013 15:51:55 +0000 (15:51 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/qsv@5663 b64f7644-9d1e-0410-96f1-a4d463321fa5

libhb/work.c

index 0a892c111028677391c34ec327995690b5a7eb53..d42a875273967d6225e5d566f9e21b095b026a1a 100644 (file)
@@ -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 ); )
         {