mirror of https://github.com/FFmpeg/FFmpeg.git
If the XV image linesize was different from the width, SDL would create an overlay wider than the actually requested one. This causes a greenish line on the right, because the rightmost texel is blended with unset data. This patch introduces a function which duplicates the rightmost texel to the unset space, that way the blending will be done with duplicated border texels. Signed-off-by: Marton Balint <cus@passwd.hu>pull/8/head
parent
1be8d0fbda
commit
cf0c63d99a
1 changed files with 20 additions and 0 deletions
Loading…
Reference in new issue