summaryrefslogtreecommitdiffstats
path: root/demux/demux.h
diff options
context:
space:
mode:
Diffstat (limited to 'demux/demux.h')
-rw-r--r--demux/demux.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/demux/demux.h b/demux/demux.h
index 44bd2b9766..8a1da4e400 100644
--- a/demux/demux.h
+++ b/demux/demux.h
@@ -163,6 +163,8 @@ struct demuxer_params {
struct timeline *timeline;
bool disable_timeline;
bool initial_readahead;
+ bstr init_fragment;
+ bool skip_lavf_probing;
// -- demux_open_url() only
int stream_flags;
bool disable_cache;