From aa141435784a4967bcadfe1a2f87fa3460d61d6e Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 14 Oct 2014 18:50:18 +0200 Subject: stream_lavf: expose concat:// Apparently there's an use for this; see #1178. I won't redocument obscure FFmpeg features, so add a hint to the manpage that some protocols are documented in FFmpeg instead. --- stream/stream_lavf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'stream') 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, }; -- cgit v1.2.3