summaryrefslogtreecommitdiffstats
path: root/core/options.h
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2013-05-14 12:10:27 +0000
committerwm4 <wm4@nowhere>2013-05-14 23:32:07 +0200
commit83570fc0fb7aee06411c037842ec941c1f920483 (patch)
treeb14002a3252fce104a7f1d45ffe6e26ae4dcc69f /core/options.h
parentf562a41ca2abb7efe5fbb40954fb29f5db99f874 (diff)
downloadmpv-83570fc0fb7aee06411c037842ec941c1f920483.tar.bz2
mpv-83570fc0fb7aee06411c037842ec941c1f920483.tar.xz
add osd-scale command
Signed-off-by: Paul B Mahol <onemda@gmail.com> Modified to add docs for --osd-scale option, and adjusted to the previous commit by wm4.
Diffstat (limited to 'core/options.h')
-rw-r--r--core/options.h1
1 files changed, 1 insertions, 0 deletions
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;