summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-12-10 17:06:21 +0100
committerwm4 <wm4@nowhere>2012-12-11 00:37:54 +0100
commit74ab902dea669bb3d6d3769d8a96640ca538a535 (patch)
tree75442f79f59ce9f4c4948a90ba70c3a21f4ba776 /DOCS/man
parent071d24e19de6c2c0278e80f21e10572a4d694ddf (diff)
downloadmpv-74ab902dea669bb3d6d3769d8a96640ca538a535.tar.bz2
mpv-74ab902dea669bb3d6d3769d8a96640ca538a535.tar.xz
audio: remove support for native alaw/mulaw/adpcm output
This is considered a worthless feature. Note that alaw/mulaw/adpcm input is unaffected: such data is handed to libavcodec and "decoded" to linear PCM.
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/en/af.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/en/af.rst b/DOCS/man/en/af.rst
index a53e6afd42..aff84114d0 100644
--- a/DOCS/man/en/af.rst
+++ b/DOCS/man/en/af.rst
@@ -245,7 +245,7 @@ format[=format]
endianness of the computer mpv is running on). Valid values
(amongst others) are: 's16le', 'u32be' and 'u24ne'. Exceptions to this
rule that are also valid format specifiers: u8, s8, floatle, floatbe,
- floatne, mulaw, alaw, mpeg2, ac3 and imaadpcm.
+ floatne, mpeg2, and ac3.
volume[=v[:sc]]
Implements software volume control. Use this filter with caution since it