[MPlayer-cvslog] r30232 - trunk/stream/stream_ffmpeg.c
reimar
subversion at mplayerhq.hu
Wed Jan 6 17:12:59 CET 2010
Author: reimar
Date: Wed Jan 6 17:12:58 2010
New Revision: 30232
Log:
Support rtmp:// URLs directly instead of requiring ffmpeg://rtmp://
Modified:
trunk/stream/stream_ffmpeg.c
Modified: trunk/stream/stream_ffmpeg.c
==============================================================================
--- trunk/stream/stream_ffmpeg.c Wed Jan 6 17:11:29 2010 (r30231)
+++ trunk/stream/stream_ffmpeg.c Wed Jan 6 17:12:58 2010 (r30232)
@@ -108,7 +108,7 @@ const stream_info_t stream_info_ffmpeg =
"",
"",
open_f,
- { "ffmpeg", NULL },
+ { "ffmpeg", "rtmp", NULL },
NULL,
1 // Urls are an option string
};
More information about the MPlayer-cvslog
mailing list