From 83570fc0fb7aee06411c037842ec941c1f920483 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Tue, 14 May 2013 12:10:27 +0000 Subject: add osd-scale command Signed-off-by: Paul B Mahol Modified to add docs for --osd-scale option, and adjusted to the previous commit by wm4. --- core/cfg-mplayer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'core/cfg-mplayer.h') diff --git a/core/cfg-mplayer.h b/core/cfg-mplayer.h index b386cb53e8..18a1c30324 100644 --- a/core/cfg-mplayer.h +++ b/core/cfg-mplayer.h @@ -624,6 +624,7 @@ const m_option_t mplayer_opts[]={ ({"0", 0}, {"1", 1}, {"2", 2}, {"3", 3})), OPT_INTRANGE("osd-duration", osd_duration, 0, 0, 3600000), OPT_FLAG("osd-fractions", osd_fractions, 0), + OPT_FLOATRANGE("osd-scale", osd_scale, 0, 0, 100), OPT_DOUBLE("sstep", step_sec, CONF_MIN, 0), -- cgit v1.2.3