Remove top border black line when using filters.

We don't want to display the top border when using filters, since it
is a single line with black pixels.

- Fix #561.
This commit is contained in:
Edênis Freindorfer Azevedo 2019-11-06 07:30:13 -03:00 committed by Rafael Kitover
parent 4352504385
commit 225e4dc954
1 changed files with 1 additions and 1 deletions

View File

@ -1567,7 +1567,7 @@ public:
return 0;
}
//src += instride;
src += instride;
// interframe blending filter
// definitely not thread safe by default