summaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2010-11-13 22:10:58 +0100
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-14 00:14:56 +0200
commit7eb48343d47981fc38e0d4c7d9c78ae7ac2662b0 (patch)
tree7946cfa589b2d90187419fc5977f85571c901c46 /options.h
parent9a9a7feafe213147de93bb34d1e4f70a99777b15 (diff)
downloadmpv-7eb48343d47981fc38e0d4c7d9c78ae7ac2662b0.tar.bz2
mpv-7eb48343d47981fc38e0d4c7d9c78ae7ac2662b0.tar.xz
options: more mplayer.c options moved to option struct
Following options were moved: autoq, benchmark, [no]term-osd, term-osd-esc, playing-msg, [no]idle, [no]consolecontrols, list-properties.
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
index 7517f3a172..992202fda3 100644
--- a/options.h
+++ b/options.h
@@ -31,6 +31,8 @@ typedef struct MPOpts {
int osd_level;
int osd_duration;
+ int auto_quality;
+ int benchmark;
char *stream_dump_name;
int capture_dump;
int loop_times;
@@ -48,8 +50,14 @@ typedef struct MPOpts {
int softsleep;
int rtc;
char *rtc_device;
+ int term_osd;
+ char *term_osd_esc;
+ char *playing_msg;
+ int player_idle_mode;
int key_fifo_size;
+ int consolecontrols;
int doubleclick_time;
+ int list_properties;
int audio_id;
int video_id;
int sub_id;