Mercurial > mplayer.hg
changeset 14789:099ed4814603
quick solution for making an option less braindead
author | alex |
---|---|
date | Thu, 24 Feb 2005 15:00:47 +0000 |
parents | f125873f1409 |
children | fa645382285f |
files | cfg-common.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/cfg-common.h Thu Feb 24 11:35:10 2005 +0000 +++ b/cfg-common.h Thu Feb 24 15:00:47 2005 +0000 @@ -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},