[Mplayer-cvslog] CVS: main/Gui cfg.c,1.11,1.12
Zoltan Ponekker
pontscho at mplayerhq.hu
Sat Aug 31 11:46:01 CEST 2002
- Previous message: [Mplayer-cvslog] CVS: main help_mp-bg.h,1.1,1.2 help_mp-cz.h,1.18,1.19 help_mp-de.h,1.42,1.43 help_mp-dk.h,1.9,1.10 help_mp-en.h,1.49,1.50 help_mp-hu.h,1.45,1.46 help_mp-nl.h,1.13,1.14 help_mp-pl.h,1.39,1.40 help_mp-zh.h,1.1,1.2 mplayer.h,1.15,1.16
- Next message: [Mplayer-cvslog] CVS: main/Gui/mplayer/gtk opts.c,1.12,1.13
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/Gui
In directory mail:/var/tmp.root/cvs-serv13333/Gui
Modified Files:
cfg.c
Log Message:
fix vfm and add afm support
Index: cfg.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/cfg.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- cfg.c 29 Aug 2002 21:06:33 -0000 1.11
+++ cfg.c 31 Aug 2002 09:45:58 -0000 1.12
@@ -59,7 +59,8 @@
{ "v_flip",&flip,CONF_TYPE_INT,CONF_RANGE,-1,1,NULL },
{ "v_ni",&force_ni,CONF_TYPE_FLAG,0,0,1,NULL },
{ "v_idx",&index_mode,CONF_TYPE_INT,CONF_RANGE,-1,2,NULL },
- { "v_vfm",&video_family,CONF_TYPE_INT,CONF_RANGE,-1,10,NULL },
+ { "v_vfm",&video_fm,CONF_TYPE_STRING,0,0,0,NULL },
+ { "a_afm",&audio_fm,CONF_TYPE_STRING,0,0,0,NULL },
{ "vf_pp",>kVopPP,CONF_TYPE_FLAG,0,0,1,NULL },
{ "vf_autoq",&auto_quality,CONF_TYPE_INT,CONF_RANGE,0,100,NULL },
- Previous message: [Mplayer-cvslog] CVS: main help_mp-bg.h,1.1,1.2 help_mp-cz.h,1.18,1.19 help_mp-de.h,1.42,1.43 help_mp-dk.h,1.9,1.10 help_mp-en.h,1.49,1.50 help_mp-hu.h,1.45,1.46 help_mp-nl.h,1.13,1.14 help_mp-pl.h,1.39,1.40 help_mp-zh.h,1.1,1.2 mplayer.h,1.15,1.16
- Next message: [Mplayer-cvslog] CVS: main/Gui/mplayer/gtk opts.c,1.12,1.13
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list