[MPlayer-cvslog] CVS: main/libmpdemux network.c,1.105,1.106
Nico Sabbi CVS
syncmail at mplayerhq.hu
Sun Nov 21 13:16:16 CET 2004
CVS change done by Nico Sabbi CVS
Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var2/tmp/cvs-serv30378
Modified Files:
network.c
Log Message:
forced autodetection of file format when content-type is video-x-mpeg to give mpeg-ts a chance
Index: network.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/network.c,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- network.c 25 Jul 2004 00:37:07 -0000 1.105
+++ network.c 21 Nov 2004 12:16:14 -0000 1.106
@@ -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
More information about the MPlayer-cvslog
mailing list