summaryrefslogtreecommitdiffstats
path: root/options/options.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-06-13 02:06:03 +0200
committerwm4 <wm4@nowhere>2014-06-13 02:06:03 +0200
commit09a61ba03ab0918d045d02427ccdc775abc38f03 (patch)
tree53ba982e49f8ddd41130744eeded4515e06fddaa /options/options.h
parent98a31d5937e8397d8fcd0fefe56630a1cd765cf0 (diff)
downloadmpv-09a61ba03ab0918d045d02427ccdc775abc38f03.tar.bz2
mpv-09a61ba03ab0918d045d02427ccdc775abc38f03.tar.xz
options: remove use of an inverted option value
Now MPOpts.sub_fix_timing corresponds to the commandline switch directly, instead of storing the inverted value.
Diffstat (limited to 'options/options.h')
-rw-r--r--options/options.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/options/options.h b/options/options.h
index b93a283b61..801ea36ac2 100644
--- a/options/options.h
+++ b/options/options.h
@@ -175,8 +175,7 @@ typedef struct MPOpts {
char *quvi_format;
int quvi_fetch_subtitles;
- // subreader.c
- int suboverlap_enabled;
+ int sub_fix_timing;
char *sub_cp;
char *audio_stream;