From c833c095d7cf3cd5b0d9d2103e76be9c072a8b33 Mon Sep 17 00:00:00 2001 From: Leonardo Taccari Date: Sun, 29 Sep 2019 13:55:11 +0200 Subject: stream_lavf: add support for gopher --- stream/stream_lavf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream') diff --git a/stream/stream_lavf.c b/stream/stream_lavf.c index 9470d3d527..9bd0bcfe63 100644 --- a/stream/stream_lavf.c +++ b/stream/stream_lavf.c @@ -410,7 +410,7 @@ const stream_info_t stream_info_ffmpeg = { .protocols = (const char *const[]){ "rtmp", "rtsp", "http", "https", "mms", "mmst", "mmsh", "mmshttp", "rtp", "httpproxy", "rtmpe", "rtmps", "rtmpt", "rtmpte", "rtmpts", "srtp", - "data", + "gopher", "data", NULL }, .can_write = true, .is_safe = true, -- cgit v1.2.3