[Mplayer-cvslog] CVS: main cfg-common.h,1.17,1.18
Alex Beregszaszi
alex at mplayer.dev.hu
Wed Dec 26 15:19:42 CET 2001
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv16915
Modified Files:
cfg-common.h
Log Message:
afm/vfm synced
Index: cfg-common.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-common.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- cfg-common.h 15 Dec 2001 16:49:32 -0000 1.17
+++ cfg-common.h 26 Dec 2001 14:19:39 -0000 1.18
@@ -69,8 +69,8 @@
{"stereo", &fakemono, CONF_TYPE_INT, CONF_RANGE, 0, 2},
#endif
- {"afm", &audio_family, CONF_TYPE_INT, CONF_MIN, 0, 15}, // keep ranges in sync
- {"vfm", &video_family, CONF_TYPE_INT, CONF_MIN, 0, 12}, // with codec-cfg.c
+ {"afm", &audio_family, CONF_TYPE_INT, CONF_MIN, 0, 16}, // keep ranges in sync
+ {"vfm", &video_family, CONF_TYPE_INT, CONF_MIN, 0, 14}, // with codec-cfg.c
{"ac", &audio_codec, CONF_TYPE_STRING, 0, 0, 0},
{"vc", &video_codec, CONF_TYPE_STRING, 0, 0, 0},
More information about the MPlayer-cvslog
mailing list