summaryrefslogtreecommitdiffstats
path: root/libaf
diff options
context:
space:
mode:
Diffstat (limited to 'libaf')
-rw-r--r--libaf/af.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libaf/af.h b/libaf/af.h
index fe146906e9..98ae163bd1 100644
--- a/libaf/af.h
+++ b/libaf/af.h
@@ -23,6 +23,7 @@
#include "config.h"
+#include "options.h"
#include "af_format.h"
#include "control.h"
#include "cpudetect.h"
@@ -116,6 +117,7 @@ typedef struct af_stream
af_data_t output;
// Configuration for this stream
af_cfg_t cfg;
+ struct MPOpts *opts;
}af_stream_t;
/*********************************************