summaryrefslogtreecommitdiffstats
path: root/options/options.h
diff options
context:
space:
mode:
authorAndre D <andre@andred.ca>2014-01-05 16:21:08 -0500
committerwm4 <wm4@nowhere>2014-01-05 23:07:34 +0100
commit7c425fb71f89fca945363fb49007a5a70e824016 (patch)
tree125470880382a1a7f94889b337f5122086734177 /options/options.h
parent5819f4b7c9e65a2b73caa4f544dbbd97e3f21c93 (diff)
downloadmpv-7c425fb71f89fca945363fb49007a5a70e824016.tar.bz2
mpv-7c425fb71f89fca945363fb49007a5a70e824016.tar.xz
quvi: add option to not fetch subtitles
Signed-off-by: wm4 <wm4@nowhere>
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 b4366a2f2e..6b5e1c7392 100644
--- a/options/options.h
+++ b/options/options.h
@@ -158,6 +158,7 @@ typedef struct MPOpts {
int forced_subs_only;
int stretch_dvd_subs;
char *quvi_format;
+ int quvi_fetch_subtitles;
// subreader.c
int suboverlap_enabled;