afm/vfm synced

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3766 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2001-12-26 14:19:39 +00:00
parent 77e6669a09
commit 778ab7eaef
1 changed files with 2 additions and 2 deletions

View File

@ -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},