changeset 21612:853c5dbaa91e

Force lavf on flv streams. Closes bugzilla #354 Fixes http://portal.vpod.tv/jmbillaut/11439/stream/cdn Patch based on a suggestion by compn
author rtogni
date Fri, 15 Dec 2006 23:09:01 +0000
parents 2dcf65986308
children 8547ae79e74b
files stream/network.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/stream/network.c	Fri Dec 15 22:13:24 2006 +0000
+++ b/stream/network.c	Fri Dec 15 23:09:01 2006 +0000
@@ -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},
 };