[Mplayer-cvslog] CVS: main/libvo vo_fbdev.c,1.37,1.38
Szabolcs Berecz
szabii at users.sourceforge.net
Sun Apr 29 00:05:19 CEST 2001
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 at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog
More information about the MPlayer-cvslog
mailing list