summaryrefslogtreecommitdiffstats
path: root/mplayer.h
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2010-11-12 21:04:16 +0100
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-13 23:06:33 +0200
commit9a9a7feafe213147de93bb34d1e4f70a99777b15 (patch)
treeae43d3fbb792f8c049dcb393576aa9711541e605 /mplayer.h
parent91ea30c58587af0929b7dea42ff238d70e78a9bc (diff)
downloadmpv-9a9a7feafe213147de93bb34d1e4f70a99777b15.tar.bz2
mpv-9a9a7feafe213147de93bb34d1e4f70a99777b15.tar.xz
options: move various mplayer.c options to option struct
Following options were moved: [no]quiet, [no]autosync, softsleep, [no]rtc, rtc-device.
Diffstat (limited to 'mplayer.h')
-rw-r--r--mplayer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/mplayer.h b/mplayer.h
index e8e48f715a..7a8eec34e8 100644
--- a/mplayer.h
+++ b/mplayer.h
@@ -42,7 +42,6 @@ extern float sub_fps;
extern int sub_auto;
extern int stream_cache_size;
-extern int autosync;
extern int frame_dropping;