summaryrefslogtreecommitdiffstats
path: root/options/options.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-01-23 15:55:09 +0100
committerwm4 <wm4@nowhere>2017-01-23 15:55:09 +0100
commit00eadcec8d59c3868bade4b3013b05127e75d5a2 (patch)
treee8985aa67252864def53aacbd4b23e2e170d5f98 /options/options.h
parent3e89e061c25e32195677a2c7a239b512cdd3cca9 (diff)
downloadmpv-00eadcec8d59c3868bade4b3013b05127e75d5a2.tar.bz2
mpv-00eadcec8d59c3868bade4b3013b05127e75d5a2.tar.xz
sub: add option to force using video resolution for image subtitles
Basically for debugging and dealing with broken files.
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 f5d1a8a0a0..6199eae5fe 100644
--- a/options/options.h
+++ b/options/options.h
@@ -212,6 +212,7 @@ typedef struct MPOpts {
int forced_subs_only;
int stretch_dvd_subs;
int stretch_image_subs;
+ int image_subs_video_res;
int sub_fix_timing;