Mercurial > mplayer.hg
changeset 17657:f5f4200785fc
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
author | gpoirier |
---|---|
date | Mon, 20 Feb 2006 21:59:28 +0000 |
parents | d7239e3293fb |
children | d407eb5bcd68 |
files | libmpdemux/network.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpdemux/network.c Mon Feb 20 21:05:36 2006 +0000 +++ b/libmpdemux/network.c Mon Feb 20 21:59:28 2006 +0000 @@ -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 },