[prev in list] [next in list] [prev in thread] [next in thread] 

List:       mplayer-cvs
Subject:    [Mplayer-cvslog] CVS: main/libvo vo_fbdev.c,1.37,1.38
From:       Szabolcs Berecz <szabii () users ! sourceforge ! net>
Date:       2001-04-28 22:05:19
Message-ID: E14tcq7-0000K6-00 () usw-pr-cvs1 ! sourceforge ! net
[Download RAW message or body]

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

Modified Files:
	vo_fbdev.c 
Log Message:
bpp selection fixed

Index: vo_fbdev.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_fbdev.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -r1.37 -r1.38
*** vo_fbdev.c	2001/04/28 20:39:25	1.37
--- vo_fbdev.c	2001/04/28 22:05:17	1.38
***************
*** 678,684 ****
--- 678,690 ----
  	fb_orig_vinfo = fb_vinfo;
  
+ /*
  	fb_bpp = (fb_vinfo.bits_per_pixel == 32) ? 32 :
  		(fb_vinfo.red.length + fb_vinfo.green.length +
  		 fb_vinfo.blue.length);
+ */
+ #warning FIXME
+ 	/* nemigy kellene bpp-t meghatarozni */
+ 	fb_bpp = (fb_vinfo.bits_per_pixel == 32) ? 32 :
+ 		(fb_vinfo.red.length + fb_vinfo.red.offset);
  	if (vo_dbpp) {
  		if (vo_dbpp != 15 && vo_dbpp != 16 && vo_dbpp != 24 &&


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

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic