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:
parent
4352504385
commit
225e4dc954
|
@ -1567,7 +1567,7 @@ public:
|
|||
return 0;
|
||||
}
|
||||
|
||||
//src += instride;
|
||||
src += instride;
|
||||
|
||||
// interframe blending filter
|
||||
// definitely not thread safe by default
|
||||
|
|
Loading…
Reference in New Issue