[MPlayer-cvslog] r21628 - trunk/stream/network.c

rtogni subversion at mplayerhq.hu
Sat Dec 16 00:09:01 CET 2006


Author: rtogni
Date: Sat Dec 16 00:09:01 2006
New Revision: 21628

Modified:
   trunk/stream/network.c

Log:
Force lavf on flv streams. Closes bugzilla #354
Fixes http://portal.vpod.tv/jmbillaut/11439/stream/cdn


Modified: trunk/stream/network.c
==============================================================================
--- trunk/stream/network.c	(original)
+++ trunk/stream/network.c	Sat Dec 16 00:09:01 2006
@@ -89,6 +89,10 @@
 	// NullSoft Streaming Video
 	{ "video/nsv", DEMUXER_TYPE_NSV},
 	{ "misc/ultravox", DEMUXER_TYPE_NSV},
+#ifdef USE_LIBAVFORMAT
+	// Flash Video
+	{ "video/x-flv", DEMUXER_TYPE_LAVF},
+#endif
 	{ NULL, DEMUXER_TYPE_UNKNOWN},
 };
 



More information about the MPlayer-cvslog mailing list