[Mplayer-cvslog] CVS: main/vidix/drivers nvidia_vid.c,1.14,1.15

Sascha Sommer saschasommer at freenet.de
Sun Oct 19 11:34:26 CEST 2003


> On Friday 17 October 2003 13:27, Sascha Sommer CVS wrote:
> > Modified Files:
> > nvidia_vid.c
> > Log Message:
> > double buffering fix for cards > NV04 && windows colorkeying fix
> that's strange, how can this differ on windows?

In windows it runs in 32 bit mode. Therefore the winvidix window uses all 4
bytes to paint the
backgroundpixels. In linux X runs in 24 bit mode. The xvidix window only
uses 3 bytes to paint
the backgroundpixels. The 4th byte gets added by the xserver.
I wonder if these #ifdefs could be avoided if xvidix would create a 32 bit
window as it does for
vo_x11?


Sascha



More information about the MPlayer-cvslog mailing list