summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DOCS/man/en/mplayer.11
-rw-r--r--cfg-common-opts.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index 11f5c9685d..d50a988753 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -1173,6 +1173,7 @@ Select the Dynamic Range Compression level for AC-3 audio streams.
<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.
.
diff --git a/cfg-common-opts.h b/cfg-common-opts.h
index bd78ab38b4..e783a79e9a 100644
--- a/cfg-common-opts.h
+++ b/cfg-common-opts.h
@@ -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 --------------------