summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authorLeonardo Taccari <iamleot@gmail.com>2019-09-29 13:55:11 +0200
committerwm4 <1387750+wm4@users.noreply.github.com>2019-09-29 14:27:00 +0200
commitc833c095d7cf3cd5b0d9d2103e76be9c072a8b33 (patch)
tree62ae31fb845c1b4eb80dfbe6e0f733ac1c4c9386 /stream
parent0d4f165d8182ef08521044df82dc56a673cef322 (diff)
downloadmpv-c833c095d7cf3cd5b0d9d2103e76be9c072a8b33.tar.bz2
mpv-c833c095d7cf3cd5b0d9d2103e76be9c072a8b33.tar.xz
stream_lavf: add support for gopher
Diffstat (limited to 'stream')
-rw-r--r--stream/stream_lavf.c2
1 files changed, 1 insertions, 1 deletions
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,