From 9a9a7feafe213147de93bb34d1e4f70a99777b15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Fri, 12 Nov 2010 21:04:16 +0100 Subject: options: move various mplayer.c options to option struct Following options were moved: [no]quiet, [no]autosync, softsleep, [no]rtc, rtc-device. --- options.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'options.h') diff --git a/options.h b/options.h index 86d524f57f..7517f3a172 100644 --- a/options.h +++ b/options.h @@ -35,6 +35,7 @@ typedef struct MPOpts { int capture_dump; int loop_times; int ordered_chapters; + int quiet; float stream_cache_min_percent; float stream_cache_seek_min_percent; int chapterrange[2]; @@ -43,6 +44,10 @@ typedef struct MPOpts { int user_correct_pts; int user_pts_assoc_mode; int initial_audio_sync; + int autosync; + int softsleep; + int rtc; + char *rtc_device; int key_fifo_size; int doubleclick_time; int audio_id; -- cgit v1.2.3