[Mplayer-cvslog] CVS: main cfg-mplayer.h,1.160,1.161
Arpi of Ize
arpi at mplayerhq.hu
Fri Aug 23 01:03:52 CEST 2002
- Previous message: [Mplayer-cvslog] CVS: main mplayer.c,1.549,1.550
- Next message: [Mplayer-cvslog] CVS: main/libvo gtf.c,NONE,1.1 gtf.h,NONE,1.1 Makefile,1.35,1.36 video_out.c,1.54,1.55 video_out.h,1.39,1.40 vo_fbdev.c,1.66,1.67 vo_vesa.c,1.75,1.76
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv7643
Modified Files:
cfg-mplayer.h
Log Message:
General Timing Formula algorithm from a scratch.
vo_vesa.c so now adjust the timing to highest possible refresh rate using
the monitor capabilities from a config file.
patch by Rudolf Marek <MAREKR2 at cs.felk.cvut.cz>
Index: cfg-mplayer.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-mplayer.h,v
retrieving revision 1.160
retrieving revision 1.161
diff -u -r1.160 -r1.161
--- cfg-mplayer.h 15 Aug 2002 22:52:50 -0000 1.160
+++ cfg-mplayer.h 22 Aug 2002 23:03:34 -0000 1.161
@@ -6,13 +6,16 @@
extern int use_stdin;
+#if defined(HAVE_FBDEV)||defined(HAVE_VESA)
+extern char *monitor_hfreq_str;
+extern char *monitor_vfreq_str;
+extern char *monitor_dotclock_str;
+#endif
+
#ifdef HAVE_FBDEV
extern char *fb_dev_name;
extern char *fb_mode_cfgfile;
extern char *fb_mode_name;
-extern char *monitor_hfreq_str;
-extern char *monitor_vfreq_str;
-extern char *monitor_dotclock_str;
#else
#ifdef HAVE_DIRECTFB
extern char *fb_dev_name;
- Previous message: [Mplayer-cvslog] CVS: main mplayer.c,1.549,1.550
- Next message: [Mplayer-cvslog] CVS: main/libvo gtf.c,NONE,1.1 gtf.h,NONE,1.1 Makefile,1.35,1.36 video_out.c,1.54,1.55 video_out.h,1.39,1.40 vo_fbdev.c,1.66,1.67 vo_vesa.c,1.75,1.76
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list