From 193930ac3b1cffb65782f7db9b611c09cf48f9f0 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 4 Dec 2013 23:06:26 +0100 Subject: af: remove af->setup field Used to be used by filters that didn't use the option parser. --- audio/filter/af.h | 1 - 1 file changed, 1 deletion(-) (limited to 'audio/filter/af.h') diff --git a/audio/filter/af.h b/audio/filter/af.h index 4e74ffbe4c..2d29d3f3ae 100644 --- a/audio/filter/af.h +++ b/audio/filter/af.h @@ -59,7 +59,6 @@ struct af_instance { int (*control)(struct af_instance *af, int cmd, void *arg); void (*uninit)(struct af_instance *af); struct mp_audio * (*play)(struct af_instance *af, struct mp_audio *data); - void *setup; // old field for priv structs void *priv; struct mp_audio *data; // configuration and buffer for outgoing data stream struct af_instance *next; -- cgit v1.2.3