[Mplayer-cvslog] CVS: main/libvo vo_fbdev.c,1.44,1.45
Szabolcs Berecz
szabii at users.sourceforge.net
Mon Jun 11 00:04:56 CEST 2001
Update of /cvsroot/mplayer/main/libvo
In directory usw-pr-cvs1:/tmp/cvs-serv23951
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.44
retrieving revision 1.45
diff -C2 -r1.44 -r1.45
*** vo_fbdev.c 2001/06/09 17:33:21 1.44
--- vo_fbdev.c 2001/06/10 22:04:54 1.45
***************
*** 454,458 ****
{
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;
p->blue.offset = 0;
--- 454,458 ----
{
p->bits_per_pixel = (bpp + 1) & ~1;
! p->red.msb_right = p->green.msb_right = p->blue.msb_right = p->transp.msb_right = 0;
p->transp.offset = p->transp.length = 0;
p->blue.offset = 0;
***************
*** 569,581 ****
/* fb.modes related variables */
! range_t *monitor_hfreq = NULL;
! range_t *monitor_vfreq = NULL;
! range_t *monitor_dotclock = NULL;
static fb_mode_t *fb_mode = NULL;
/* vt related variables */
! int vt_fd;
! FILE *vt_fp;
! int vt_doit = 1;
/* vo_fbdev related variables */
--- 569,581 ----
/* fb.modes related variables */
! static range_t *monitor_hfreq = NULL;
! static range_t *monitor_vfreq = NULL;
! static range_t *monitor_dotclock = NULL;
static fb_mode_t *fb_mode = NULL;
/* vt related variables */
! static int vt_fd;
! static FILE *vt_fp;
! static int vt_doit = 1;
/* vo_fbdev related variables */
_______________________________________________
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