summaryrefslogtreecommitdiffstats
path: root/demux/demux.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-10-22 17:17:04 +0200
committerwm4 <wm4@nowhere>2016-10-22 17:17:04 +0200
commit3a78eefc88ecb354d1415f43bbf19d57caa31918 (patch)
treef13dd5f54b02486018a165d5050c458030e74ed6 /demux/demux.h
parent1bf474e19afac869f643de0f51befdaed2872d23 (diff)
downloadmpv-3a78eefc88ecb354d1415f43bbf19d57caa31918.tar.bz2
mpv-3a78eefc88ecb354d1415f43bbf19d57caa31918.tar.xz
demux_mkv: don't recursively resolve timeline for opened reference files
Instead, resolve all references and so on in the top-level timeline.
Diffstat (limited to 'demux/demux.h')
-rw-r--r--demux/demux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/demux/demux.h b/demux/demux.h
index 39c2600257..18f52d463d 100644
--- a/demux/demux.h
+++ b/demux/demux.h
@@ -161,6 +161,7 @@ struct demuxer_params {
int matroska_wanted_segment;
bool *matroska_was_valid;
struct timeline *timeline;
+ bool disable_timeline;
// -- demux_open_url() only
int stream_flags;
bool allow_capture;