[FFmpeg-devel] [PATCH] ffplay: fix greenish line on the right edge with some xv sizes
Marton Balint
cus at passwd.hu
Tue Dec 25 14:18:57 CET 2012
On Sun, 9 Dec 2012, Marton Balint wrote:
> 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 at passwd.hu>
> ---
> ffplay.c | 20 ++++++++++++++++++++
> 1 file changed, 20 insertions(+)
Michael, please merge from ffplay stable for the patch.
Thanks,
Marton
More information about the ffmpeg-devel
mailing list