summaryrefslogtreecommitdiffstats
path: root/options/options.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-08-14 23:59:35 +0200
committerwm4 <wm4@nowhere>2014-08-14 23:59:35 +0200
commitd5940fabcd6b477c72430c84e460975060807646 (patch)
treeb8392948588c4e3e5d42c10537351697424659e4 /options/options.h
parent498644afafbcff1bf4f4bcdc1bbc8ef41aae9546 (diff)
downloadmpv-d5940fabcd6b477c72430c84e460975060807646.tar.bz2
mpv-d5940fabcd6b477c72430c84e460975060807646.tar.xz
sub: add option to workaround broken mkv files
See additions to options.rst.
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 92e3ca0637..5f59fa42c6 100644
--- a/options/options.h
+++ b/options/options.h
@@ -230,6 +230,7 @@ typedef struct MPOpts {
int ass_hinting;
int ass_shaper;
int sub_scale_with_window;
+ int sub_clear_on_seek;
int hwdec_api;
char *hwdec_codecs;