summaryrefslogtreecommitdiffstats
path: root/audio/filter/af_channels.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-04-04 15:04:07 +0200
committerwm4 <wm4@nowhere>2017-04-04 15:04:07 +0200
commitb96a74ec2a77a4fb8d62d331dcd9ed087e9813e6 (patch)
tree773d3cf493384ca11f2ba7da25174fb88c7731b2 /audio/filter/af_channels.c
parent98f8c4f36de0f08fec649aab16358190bf8d41b8 (diff)
downloadmpv-b96a74ec2a77a4fb8d62d331dcd9ed087e9813e6.tar.bz2
mpv-b96a74ec2a77a4fb8d62d331dcd9ed087e9813e6.tar.xz
audio: deprecate most audio filters
Well, ok, only 4 filters. The rest will survive in one or the other form.
Diffstat (limited to 'audio/filter/af_channels.c')
-rw-r--r--audio/filter/af_channels.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/filter/af_channels.c b/audio/filter/af_channels.c
index 57fe4874ef..7cd7810d08 100644
--- a/audio/filter/af_channels.c
+++ b/audio/filter/af_channels.c
@@ -214,6 +214,8 @@ static int af_open(struct af_instance* af){
af->filter_frame = filter_frame;
af_channels_t *s = af->priv;
+ MP_WARN(af, "This filter is deprecated (no replacement).\n");
+
// If router scan commandline for routing pairs
if(s->routes && s->routes[0]){
char* cp = s->routes;