]> granicus.if.org Git - handbrake/commitdiff
libhb: fix green bottom line in preview with deinterlace
authorjstebbins <jstebbins.hb@gmail.com>
Wed, 3 Jun 2015 15:36:18 +0000 (15:36 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Wed, 3 Jun 2015 15:36:18 +0000 (15:36 +0000)
... and "fast" deinterlace

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@7268 b64f7644-9d1e-0410-96f1-a4d463321fa5

libhb/decomb.c

index c2852812b81e400386fedbc2330d9d30f1c2fe44..375ac53187a99fc69fd90585ce46585c3c40d5af 100644 (file)
@@ -2681,6 +2681,7 @@ void hb_deinterlace(hb_buffer_t *dst, hb_buffer_t *src)
     filter.tap[4] = -1;
     filter.normalize = 3;
 
+    fill_stride(src);
     for (pp = 0; pp < 3; pp++)
     {
         int yy;