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/options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'core/options.h') diff --git a/core/options.h b/core/options.h index b5370ebac7..34254d69aa 100644 --- a/core/options.h +++ b/core/options.h @@ -174,6 +174,7 @@ typedef struct MPOpts { float osd_bar_align_y; float osd_bar_w; float osd_bar_h; + float osd_scale; struct osd_style_opts *osd_style; struct osd_style_opts *sub_text_style; float sub_scale; -- cgit v1.2.3