summaryrefslogtreecommitdiffstats
path: root/player/timeline/tl_cue.c
diff options
context:
space:
mode:
Diffstat (limited to 'player/timeline/tl_cue.c')
-rw-r--r--player/timeline/tl_cue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/player/timeline/tl_cue.c b/player/timeline/tl_cue.c
index 80eaf5ef76..6731ab4058 100644
--- a/player/timeline/tl_cue.c
+++ b/player/timeline/tl_cue.c
@@ -188,7 +188,7 @@ static bool try_open(struct MPContext *mpctx, char *filename)
|| bstrcasecmp(bstr0(mpctx->demuxer->filename), bfilename) == 0)
return false;
- struct stream *s = stream_open(filename, mpctx->opts);
+ struct stream *s = stream_open(filename, mpctx->global);
if (!s)
return false;
struct demuxer *d = demux_open(s, NULL, NULL, mpctx->global);