diff options
Diffstat (limited to 'libhb/decomb.c')
-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; |