From 694c067e19dcbabe8f6121923fe628b9bfa6ac32 Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Mon, 30 Mar 2009 02:06:58 +0300 Subject: options: Move osd_level and osd_duration to options struct --- options.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'options.h') diff --git a/options.h b/options.h index 7e1a67c2b9..33dcccd883 100644 --- a/options.h +++ b/options.h @@ -25,6 +25,8 @@ typedef struct MPOpts { int vo_gamma_saturation; int vo_gamma_hue; + int osd_level; + int osd_duration; int loop_times; int correct_pts; int user_correct_pts; -- cgit v1.2.3