diff libmpdemux/network.c @ 14002:009337ffcfc4

forced autodetection of file format when content-type is video-x-mpeg to give mpeg-ts a chance
author nicodvb
date Sun, 21 Nov 2004 12:16:14 +0000
parents 1591792d4054
children fa9b268b59de
line wrap: on
line diff
--- a/libmpdemux/network.c	Sun Nov 21 10:53:27 2004 +0000
+++ b/libmpdemux/network.c	Sun Nov 21 12:16:14 2004 +0000
@@ -67,9 +67,9 @@
 	// MP3 streaming, some MP3 streaming server answer with audio/mpeg
 	{ "audio/mpeg", DEMUXER_TYPE_AUDIO },
 	// MPEG streaming
-	{ "video/mpeg", DEMUXER_TYPE_MPEG_PS },
-	{ "video/x-mpeg", DEMUXER_TYPE_MPEG_PS },
-	{ "video/x-mpeg2", DEMUXER_TYPE_MPEG_PS },
+	{ "video/mpeg", DEMUXER_TYPE_UNKNOWN },
+	{ "video/x-mpeg", DEMUXER_TYPE_UNKNOWN },
+	{ "video/x-mpeg2", DEMUXER_TYPE_UNKNOWN },
 	// AVI ??? => video/x-msvideo
 	{ "video/x-msvideo", DEMUXER_TYPE_AVI },
 	// MOV => video/quicktime