[Mplayer-cvslog] CVS: main/libvo vo_fbdev.c,1.32,1.33

Szabolcs Berecz szabii at users.sourceforge.net
Sat Apr 21 22:44:01 CEST 2001


Update of /cvsroot/mplayer/main/libvo
In directory usw-pr-cvs1:/tmp/cvs-serv8035

Modified Files:
	vo_fbdev.c 
Log Message:
nothing important

Index: vo_fbdev.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_fbdev.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -r1.32 -r1.33
*** vo_fbdev.c	2001/04/20 20:39:14	1.32
--- vo_fbdev.c	2001/04/21 20:43:59	1.33
***************
*** 442,447 ****
--- 442,450 ----
  	p->bits_per_pixel = (bpp + 1) & ~1;
  	p->red.msb_right = p->green.msb_right = p->blue.msb_right = 0;
+ 	p->transp.offset = p->transp.length = 0;
  	switch (bpp) {
  		case 32:
+ 			p->transp.offset = 24;
+ 			p->transp.length = 8;
  		case 24:
  			p->red.offset = 16;


_______________________________________________
Mplayer-cvslog mailing list
Mplayer-cvslog at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog



More information about the MPlayer-cvslog mailing list