[MPlayer-cvslog] CVS: main/libmpdemux network.c,1.120,1.121
Roberto Togni CVS
syncmail at mplayerhq.hu
Sat Dec 24 19:17:41 CET 2005
CVS change done by Roberto Togni CVS
Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var2/tmp/cvs-serv8647
Modified Files:
network.c
Log Message:
Add "application/x-mms-framed" for ASF
Fixes http://64.34.147.109:3690/CFMJAM, closes bug #420
Fix by Rado R. ||| r_a_d_o |a| hotmail | com |||
Index: network.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/network.c,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -r1.120 -r1.121
--- network.c 10 Dec 2005 01:40:18 -0000 1.120
+++ network.c 24 Dec 2005 18:17:39 -0000 1.121
@@ -75,6 +75,7 @@
{ "video/x-ms-wvx", DEMUXER_TYPE_ASF },
{ "video/x-ms-wmv", DEMUXER_TYPE_ASF },
{ "video/x-ms-wma", DEMUXER_TYPE_ASF },
+ { "application/x-mms-framed", DEMUXER_TYPE_ASF },
// Playlists
{ "video/x-ms-wmx", DEMUXER_TYPE_PLAYLIST },
{ "audio/x-scpls", DEMUXER_TYPE_PLAYLIST },
More information about the MPlayer-cvslog
mailing list