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 },
participants (1)
-
Bertrand Baudet