[Mplayer-cvslog] CVS: main/libmpdemux network.c,1.58,1.59
Bertrand Baudet
bertrand at mplayerhq.hu
Sat Sep 14 00:39:51 CEST 2002
Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var/tmp.root/cvs-serv19404
Modified Files:
network.c
Log Message:
Added a new ASX playlist mime-type
Index: network.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/network.c,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- network.c 3 Sep 2002 01:29:44 -0000 1.58
+++ network.c 13 Sep 2002 22:39:48 -0000 1.59
@@ -63,6 +63,7 @@
{ "video/x-ms-wmv", DEMUXER_TYPE_ASF },
{ "video/x-ms-wma", DEMUXER_TYPE_ASF },
// Playlists
+ { "video/x-ms-wmx", DEMUXER_TYPE_PLAYLIST },
{ "audio/x-scpls", DEMUXER_TYPE_PLAYLIST },
{ "audio/x-mpegurl", DEMUXER_TYPE_PLAYLIST },
{ "audio/x-pls", DEMUXER_TYPE_PLAYLIST },
More information about the MPlayer-cvslog
mailing list