From 7c7d214775f87e82312aa1441d59ddf7c0df9d2e Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 10 Dec 2013 19:58:57 +0100 Subject: osd: add option for "unscaled" OSD --- mpvcore/options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'mpvcore/options.h') diff --git a/mpvcore/options.h b/mpvcore/options.h index 4057ea882c..f421fcccb5 100644 --- a/mpvcore/options.h +++ b/mpvcore/options.h @@ -189,6 +189,7 @@ typedef struct MPOpts { float osd_bar_w; float osd_bar_h; float osd_scale; + int osd_scale_by_window; struct osd_style_opts *osd_style; struct osd_style_opts *sub_text_style; float sub_scale; -- cgit v1.2.3