summaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'options.h')
-rw-r--r--options.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/options.h b/options.h
index 3105a24252..cfb6473f3e 100644
--- a/options.h
+++ b/options.h
@@ -55,6 +55,17 @@ typedef struct MPOpts {
int threads;
int bitexact;
} lavc_param;
+ struct input_conf {
+ char *config_file;
+ unsigned int ar_delay;
+ unsigned int ar_rate;
+ char *js_dev;
+ char *in_file;
+ int use_joystick;
+ int use_lirc;
+ int use_lircc;
+ int use_ar; // apple remote
+ } input;
} MPOpts;
#endif