Commit 6500f61e authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

vdpau/deinterlace: set progressive flag on both output pictures

parent 08fce728
......@@ -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