[MPlayer-cvslog] r37250 - trunk/stream/stream_ffmpeg.c
compn
subversion at mplayerhq.hu
Sat Aug 9 06:14:22 CEST 2014
Author: compn
Date: Sat Aug 9 06:14:21 2014
New Revision: 37250
Log:
stream: force https url to ffmpeg://
Modified:
trunk/stream/stream_ffmpeg.c
Modified: trunk/stream/stream_ffmpeg.c
==============================================================================
--- trunk/stream/stream_ffmpeg.c Wed Aug 6 18:37:13 2014 (r37249)
+++ trunk/stream/stream_ffmpeg.c Sat Aug 9 06:14:21 2014 (r37250)
@@ -157,7 +157,7 @@ const stream_info_t stream_info_ffmpeg =
"",
"",
open_f,
- { "ffmpeg", "rtmp", "rtsp", NULL },
+ { "ffmpeg", "rtmp", "rtsp", "https", NULL },
NULL,
1 // Urls are an option string
};
More information about the MPlayer-cvslog
mailing list