mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
stream_lavf: add support for gopher
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user