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). --- options/options.h | 1 - 1 file changed, 1 deletion(-) (limited to 'options/options.h') diff --git a/options/options.h b/options/options.h index 170de9cddc..e2e1220fda 100644 --- a/options/options.h +++ b/options/options.h @@ -107,7 +107,6 @@ typedef struct MPOpts { float rgain_preamp; // Set replaygain pre-amplification int rgain_clip; // Enable/disable clipping prevention float rgain_fallback; - float balance; int softvol_mute; float softvol_max; int gapless_audio; -- cgit v1.2.3