summaryrefslogtreecommitdiffstats
path: root/stream/stream_concat.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream_concat.c')
-rw-r--r--stream/stream_concat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/stream_concat.c b/stream/stream_concat.c
index a10fee7912..060583a604 100644
--- a/stream/stream_concat.c
+++ b/stream/stream_concat.c
@@ -151,7 +151,7 @@ struct stream *stream_concat_open(struct mpv_global *global, struct mp_cancel *c
.global = global,
.cancel = c,
.url = "concat://",
- .flags = STREAM_READ | STREAM_SILENT,
+ .flags = STREAM_READ | STREAM_SILENT | STREAM_ORIGIN_DIRECT,
.sinfo = &stream_info_concat,
.special_arg = &arg,
};