From 556e204a112ee286972e50d636dec8b46ca125d7 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 16 May 2019 16:29:45 +0200 Subject: player: add --demuxer-cache-wait option --- options/options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'options/options.h') 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; -- cgit v1.2.3