From 74ab902dea669bb3d6d3769d8a96640ca538a535 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 10 Dec 2012 17:06:21 +0100 Subject: 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. --- DOCS/man/en/af.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DOCS') 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 -- cgit v1.2.3