Mercurial > mplayer.hg
changeset 31226:1f607394598a
Extend the range of the -a52drc range up to two, as a experimental feature
in case someone finds it useful.
author | reimar |
---|---|
date | Mon, 31 May 2010 17:12:27 +0000 |
parents | 1a2bfa6a546b |
children | ee7beb1a3a6e |
files | DOCS/man/en/mplayer.1 cfg-common-opts.h |
diffstat | 2 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/man/en/mplayer.1 Sun May 30 22:14:13 2010 +0000 +++ b/DOCS/man/en/mplayer.1 Mon May 31 17:12:27 2010 +0000 @@ -1173,6 +1173,7 @@ <level> is a float value ranging from 0 to 1, where 0 means no compression and 1 (which is the default) means full compression (make loud passages more silent and vice versa). +Values up to 2 are also accepted, but are purely experimental. This option only shows an effect if the AC-3 stream contains the required range compression information. .
--- a/cfg-common-opts.h Sun May 30 22:14:13 2010 +0000 +++ b/cfg-common-opts.h Mon May 31 17:12:27 2010 +0000 @@ -218,7 +218,7 @@ {"ignore-start", &ignore_start, CONF_TYPE_FLAG, 0, 0, 1, NULL}, {"noignore-start", &ignore_start, CONF_TYPE_FLAG, 0, 1, 0, NULL}, - {"a52drc", &drc_level, CONF_TYPE_FLOAT, CONF_RANGE, 0, 1, NULL}, + {"a52drc", &drc_level, CONF_TYPE_FLOAT, CONF_RANGE, 0, 2, NULL}, // ------------------------- codec/vfilter options --------------------