[FFmpeg-devel] [PATCH] ffplay: fix greenish line on the right edge with some xv sizes

Michael Niedermayer michaelni at gmx.at
Tue Dec 25 16:41:35 CET 2012


On Tue, Dec 25, 2012 at 02:18:57PM +0100, Marton Balint wrote:
> 
> 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.

merged

thanks

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

While the State exists there can be no freedom; when there is freedom there
will be no State. -- Vladimir Lenin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20121225/c6c9a7d8/attachment.asc>


More information about the ffmpeg-devel mailing list