From 3d27a0792b603b749ac546b62ed58cb76ffc5ee9 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 29 Nov 2017 20:13:28 +0100 Subject: af: remove deprecated audio filters These couldn't be relicensed, and won't survive the LGPL transition. The other existing filters are mostly LGPL (except libaf glue code). This remove the deprecated pan option. I guess it could be restored by inserting a libavfilter filter (if there's one), but for now let it be gone. This temporarily breaks volume control (and things related to it, like replaygain). --- DOCS/man/options.rst | 8 -------- 1 file changed, 8 deletions(-) (limited to 'DOCS/man/options.rst') diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index 2954bc3d1f..f3564cffb6 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -1289,14 +1289,6 @@ Audio is always applied if the replaygain logic is somehow inactive. If this is applied, no other replaygain options are applied. -``--balance=`` - How much left/right channels contribute to the audio. (The implementation - of this feature is rather odd. It doesn't change the volumes of each - channel, but instead sets up a pan matrix to mix the left and right - channels.) - - Deprecated. - ``--audio-delay=`` Audio delay in seconds (positive or negative float value). Positive values delay the audio, and negative values delay the video. -- cgit v1.2.3