From f8f69cdffe5d6166ffb75ea52b0ffcf8215100e1 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 14 Mar 2014 22:09:16 +0100 Subject: af_volume: remove double-negated suboption You had to use "no-replaygain-noclip" to set this option. Rename it, so that only one negation is needed. --- DOCS/man/en/af.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'DOCS') diff --git a/DOCS/man/en/af.rst b/DOCS/man/en/af.rst index dd7607d769..2ebb40e6ef 100644 --- a/DOCS/man/en/af.rst +++ b/DOCS/man/en/af.rst @@ -266,7 +266,7 @@ Available filters are: Filter for internal use only. Converts between signed/unsigned formats and formats with different endian. -``volume[=volumedb[:softclip[:s16]]]`` +``volume[=volumedb[:...]]`` Implements software volume control. Use this filter with caution since it can reduce the signal to noise ratio of the sound. In most cases it is best to use the *Master* volume control of your sound card or the volume @@ -288,9 +288,9 @@ Available filters are: ``replaygain-preamp`` Pre-amplification gain in dB to apply to the selected replaygain gain (default: 0). - ``replaygain-noclip`` + ``replaygain-clip=yes|no`` Prevent clipping caused by replaygain by automatically lowering the - gain (default). Use no-replaygain-noclip to disable this. + gain (default). Use ``replaygain-clip=no`` to disable this. ```` Turns soft clipping on. Soft-clipping can make the sound more smooth if very high volume levels are used. Enable this -- cgit v1.2.3