quick solution for making an option less braindead

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14790 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2005-02-24 15:00:47 +00:00
parent 97df8e3ebb
commit 9bf232971a
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@
{"fps", &force_fps, CONF_TYPE_FLOAT, CONF_MIN, 0, 0, NULL},
{"srate", &force_srate, CONF_TYPE_INT, CONF_RANGE, 1000, 8*48000, NULL},
{"channels", &audio_output_channels, CONF_TYPE_INT, CONF_RANGE, 1, 6, NULL},
{"format", &audio_output_format, CONF_TYPE_INT, CONF_RANGE, 0, 0x00002000, NULL},
{"format", &audio_output_format, CONF_TYPE_AFMT, 0, 0, 0, NULL},
#ifdef USE_LIBA52
{"a52drc", &a52_drc_level, CONF_TYPE_FLOAT, CONF_RANGE, 0, 1, NULL},