summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-10-26 12:51:52 +0200
committerwm4 <wm4@nowhere>2013-10-26 13:36:34 +0200
commit3b5657f0c156def89ae30cc73333eb2c2feddd39 (patch)
treef512c3bc2c2cc08ad6d676f34930f12a583ce4ad /DOCS
parent1fb1868afeb121a3dcf12fd6f3fb307cfcf0ca4d (diff)
downloadmpv-3b5657f0c156def89ae30cc73333eb2c2feddd39.tar.bz2
mpv-3b5657f0c156def89ae30cc73333eb2c2feddd39.tar.xz
af_volume: remove unused features
Roughly follows MPlayer svn commits 36492 and 36493. We also remove the volume peak reporting. (There are much better libavfilter filters for this, I think.)
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/af.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/DOCS/man/en/af.rst b/DOCS/man/en/af.rst
index e082391b7f..88597d3328 100644
--- a/DOCS/man/en/af.rst
+++ b/DOCS/man/en/af.rst
@@ -265,10 +265,6 @@ Available filters are:
best to use the *Master* volume control of your sound card or the volume
knob on your amplifier.
- This filter has a second feature: It measures the overall maximum sound
- level and prints out that level when mpv exits. This feature currently
- only works with floating-point data.
-
*NOTE*: This filter is not reentrant and can therefore only be enabled
once for every audio stream.