summaryrefslogtreecommitdiffstats
path: root/options/options.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2019-05-16 16:29:45 +0200
committerwm4 <wm4@nowhere>2019-09-19 20:37:04 +0200
commit556e204a112ee286972e50d636dec8b46ca125d7 (patch)
treefb388c85c5ea1de9283ee1957bdd9e154a1d9d66 /options/options.h
parentd7c7f80cc1cf5b6a8207a3954ccdc984316c0602 (diff)
downloadmpv-556e204a112ee286972e50d636dec8b46ca125d7.tar.bz2
mpv-556e204a112ee286972e50d636dec8b46ca125d7.tar.xz
player: add --demuxer-cache-wait option
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 d9dc5b6a08..5f7c560e71 100644
--- a/options/options.h
+++ b/options/options.h
@@ -248,6 +248,7 @@ typedef struct MPOpts {
char *demuxer_name;
int demuxer_thread;
double demux_termination_timeout;
+ int demuxer_cache_wait;
int prefetch_open;
char *audio_demuxer_name;
char *sub_demuxer_name;