[MPlayer-cvslog] r38162 - trunk/stream/stream_ffmpeg.c

al subversion at mplayerhq.hu
Tue Jan 21 00:52:42 EET 2020


Author: al
Date: Tue Jan 21 00:52:42 2020
New Revision: 38162

Log:
stream_ffmpeg: Add gopher to the supported protocols

Thanks to Vincenzo Nicosia for bringing up the topic and testing
gopher via stream_ffmpeg.

Modified:
   trunk/stream/stream_ffmpeg.c

Modified: trunk/stream/stream_ffmpeg.c
==============================================================================
--- trunk/stream/stream_ffmpeg.c	Wed Jan 15 23:41:39 2020	(r38161)
+++ trunk/stream/stream_ffmpeg.c	Tue Jan 21 00:52:42 2020	(r38162)
@@ -158,7 +158,7 @@ const stream_info_t stream_info_ffmpeg =
   "",
   "",
   open_f,
-  { "ffmpeg", "rtmp", "rtsp", "https", NULL },
+  { "ffmpeg", "rtmp", "rtsp", "https", "gopher", NULL },
   NULL,
   1 // Urls are an option string
 };


More information about the MPlayer-cvslog mailing list