summaryrefslogtreecommitdiffstats
path: root/audio/filter/af.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/filter/af.h')
-rw-r--r--audio/filter/af.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/filter/af.h b/audio/filter/af.h
index 553fc03e32..bbf7b53bad 100644
--- a/audio/filter/af.h
+++ b/audio/filter/af.h
@@ -55,6 +55,7 @@ struct af_instance {
char *full_name;
struct mp_log *log;
struct MPOpts *opts;
+ struct mpv_global *global;
struct replaygain_data *replaygain_data;
int (*control)(struct af_instance *af, int cmd, void *arg);
void (*uninit)(struct af_instance *af);
@@ -98,6 +99,7 @@ struct af_stream {
struct mp_log *log;
struct MPOpts *opts;
+ struct mpv_global *global;
struct replaygain_data *replaygain_data;
};