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/command.c | 1 + 1 file changed, 1 insertion(+) (limited to 'core/command.c') diff --git a/core/command.c b/core/command.c index 17b9f654d3..605520aab8 100644 --- a/core/command.c +++ b/core/command.c @@ -1361,6 +1361,7 @@ static int mp_property_alias(m_option_t *prop, int action, void *arg, static const m_option_t mp_properties[] = { // General M_OPTION_PROPERTY("osd-level"), + M_OPTION_PROPERTY_CUSTOM("osd-scale", property_osd_helper), M_OPTION_PROPERTY("loop"), M_OPTION_PROPERTY_CUSTOM("speed", mp_property_playback_speed), { "filename", mp_property_filename, CONF_TYPE_STRING, -- cgit v1.2.3