Commit 73f12e76 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

vdpau/deinterlace: set progressive flag on both output pictures

(cherry picked from commit 6500f61ed6f6f8525961fab89d2a69bb0172434a)
parent 283547fa
......@@ -91,6 +91,7 @@ static picture_t *Deinterlace(filter_t *filter, picture_t *src)
}
src->b_progressive = true;
dst->b_progressive = true;
return src;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment