[MPlayer-cvslog] CVS: main/libmpdemux network.c,1.122,1.123

Guillaume Poirier CVS syncmail at mplayerhq.hu
Mon Feb 20 22:59:31 CET 2006


CVS change done by Guillaume Poirier CVS

Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var2/tmp/cvs-serv29257/libmpdemux

Modified Files:
	network.c 
Log Message:
More complete ASF MIME detection, closing bug# 248,
patch by Zuxy Meng < zuxy POIS meng AH gmail.com >, Approved by Bertrand Baudet, who agrees to get the cola shipment. :)
Original thread:
Date: Nov 2, 2005 7:11 AM
Subject: [MPlayer-dev-eng] [PATCH] More complete ASF MIME detection, closing bug# 248

Index: network.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/network.c,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- network.c	9 Feb 2006 14:07:57 -0000	1.122
+++ network.c	20 Feb 2006 21:59:28 -0000	1.123
@@ -76,6 +76,8 @@
 	{ "video/x-ms-wmv", DEMUXER_TYPE_ASF },
 	{ "video/x-ms-wma", DEMUXER_TYPE_ASF },
 	{ "application/x-mms-framed", DEMUXER_TYPE_ASF },
+	{ "application/vnd.ms.wms-hdr.asfv1", DEMUXER_TYPE_ASF },
+	{ "application/octet-stream", 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