summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThe-head-obamid <nichjoh21@gmail.com>2022-08-14 15:32:48 -0400
committersfan5 <sfan5@live.de>2022-08-18 11:33:50 +0200
commitf344d481a583fde03bb204f4d026bb7ff22ac6fb (patch)
tree6c20628d1cf577f3817ab9f652e88ea3f5585470
parente735f7f61acb271a74cd215d9b497ad1951e66e9 (diff)
downloadmpv-f344d481a583fde03bb204f4d026bb7ff22ac6fb.tar.bz2
mpv-f344d481a583fde03bb204f4d026bb7ff22ac6fb.tar.xz
stream_lavf: enable RIST protocol support via ffmpeg
-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 c9e4bd268a..9f9217401e 100644
--- a/stream/stream_lavf.c
+++ b/stream/stream_lavf.c
@@ -411,7 +411,7 @@ const stream_info_t stream_info_ffmpeg = {
.protocols = (const char *const[]){
"rtmp", "rtsp", "rtsps", "http", "https", "mms", "mmst", "mmsh", "mmshttp",
"rtp", "httpproxy", "rtmpe", "rtmps", "rtmpt", "rtmpte", "rtmpts", "srt",
- "srtp", "gopher", "gophers", "data", "ipfs", "ipns",
+ "rist", "srtp", "gopher", "gophers", "data", "ipfs", "ipns",
NULL },
.can_write = true,
.stream_origin = STREAM_ORIGIN_NET,