summaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'options.h')
-rw-r--r--options.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/options.h b/options.h
new file mode 100644
index 0000000000..d9061add1a
--- /dev/null
+++ b/options.h
@@ -0,0 +1,8 @@
+#ifndef MPLAYER_OPTIONS_H
+#define MPLAYER_OPTIONS_H
+
+typedef struct MPOpts {
+ int fixed_vo;
+} MPOpts;
+
+#endif