[MPlayer-cvslog] r31831 - trunk/libvo/vo_vdpau.c

Reimar Döffinger Reimar.Doeffinger at gmx.de
Tue Jul 27 19:03:05 CEST 2010


On Tue, Jul 27, 2010 at 06:49:06PM +0200, cehoyos wrote:
> Log:
> Don't allow black windows on top of VDPAU to shine through.
> 
> Modified:
>    trunk/libvo/vo_vdpau.c
> 
> Modified: trunk/libvo/vo_vdpau.c
> ==============================================================================
> --- trunk/libvo/vo_vdpau.c	Tue Jul 27 15:11:15 2010	(r31830)
> +++ trunk/libvo/vo_vdpau.c	Tue Jul 27 18:49:06 2010	(r31831)
> @@ -419,7 +419,8 @@ static int win_x11_init_vdpau_procs(void
>  static int win_x11_init_vdpau_flip_queue(void)
>  {
>      VdpStatus vdp_st;
> -    VdpColor  vdp_bg = { 0, 0, 0, 0 };
> +    // {0, 0, 0, 0} makes every black window on top shine through

Hmmm, isn't the description the wrong way round?
Or more precisly, subject and are the way round, the video is the
thing that shines through, not the black window, that's the
thing that's being shone through (ouch, that is some strange grammar).
Either "makes black window on top transparent"
or "makes the video shine through any black window on top"
or so.


More information about the MPlayer-cvslog mailing list