diff options
author | jstebbins <[email protected]> | 2015-06-03 15:34:44 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2015-06-03 15:34:44 +0000 |
commit | e30c5e82ab9c95d90da3c2484b267833ef795aa5 (patch) | |
tree | 708a7b51598ad499a8ca1317d2edeea86eb7f5ea /libhb | |
parent | 50d3eaba0961380b425712daec583b19d21764b7 (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.c | 1 |
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; |