summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
Diffstat (limited to 'stream')
-rw-r--r--stream/stream_lavf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/stream/stream_lavf.c b/stream/stream_lavf.c
index 3d1c6e0062..2441492229 100644
--- a/stream/stream_lavf.c
+++ b/stream/stream_lavf.c
@@ -339,6 +339,7 @@ const stream_info_t stream_info_ffmpeg_unsafe = {
.open = open_f,
.protocols = (const char *const[]){
"lavf", "ffmpeg", "udp", "ftp", "tcp", "tls", "unix", "sftp", "md5",
+ "concat",
NULL },
.can_write = true,
};