summaryrefslogtreecommitdiffstats
path: root/options/options.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-07-18 14:36:17 +0200
committerwm4 <wm4@nowhere>2015-07-18 14:36:17 +0200
commit57043d9269527c145f0c3b483cde9e4d4cfc16f9 (patch)
tree839b3c89ebc598fea4b8a83045c171b2db826eb8 /options/options.h
parent55943333379b27f3c19a475b83a001a1cd96946c (diff)
downloadmpv-57043d9269527c145f0c3b483cde9e4d4cfc16f9.tar.bz2
mpv-57043d9269527c145f0c3b483cde9e4d4cfc16f9.tar.xz
sub: add option for stretching image subtitles to screen
Probably makes users happy who want bitmap subtitles to show up in the screen margins, and stops them from doing idiotic crap with vf_expand. Fixes #2098.
Diffstat (limited to 'options/options.h')
-rw-r--r--options/options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/options/options.h b/options/options.h
index b43e28a06f..5d8bd2ea09 100644
--- a/options/options.h
+++ b/options/options.h
@@ -187,6 +187,7 @@ typedef struct MPOpts {
float sub_speed;
int forced_subs_only;
int stretch_dvd_subs;
+ int stretch_image_subs;
int sub_fix_timing;
char *sub_cp;