summaryrefslogtreecommitdiffstats
path: root/audio/out/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/out/internal.h')
-rw-r--r--audio/out/internal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/out/internal.h b/audio/out/internal.h
index 5cb12886a7..e996f8afeb 100644
--- a/audio/out/internal.h
+++ b/audio/out/internal.h
@@ -34,7 +34,6 @@ struct ao {
const struct ao_driver *driver;
void *priv;
struct encode_lavc_context *encode_lavc_ctx;
- struct MPOpts *opts;
struct input_ctx *input_ctx;
struct mp_log *log; // Using e.g. "[ao/coreaudio]" as prefix
};