summaryrefslogtreecommitdiffstats
path: root/libhb
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2015-06-03 15:34:44 +0000
committerjstebbins <[email protected]>2015-06-03 15:34:44 +0000
commite30c5e82ab9c95d90da3c2484b267833ef795aa5 (patch)
tree708a7b51598ad499a8ca1317d2edeea86eb7f5ea /libhb
parent50d3eaba0961380b425712daec583b19d21764b7 (diff)
libhb: fix green bottom line in preview with deinterlace
... and "fast" deinterlace git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7267 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb')
-rw-r--r--libhb/decomb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/decomb.c b/libhb/decomb.c
index bca344e21..1f6be45c8 100644
--- a/libhb/decomb.c
+++ b/libhb/decomb.c
@@ -2687,6 +2687,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;