diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2006-08-08 03:34:15 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2006-08-08 03:34:15 +0000 |
commit | 1285deb39309aa84497160a68a39e661d1d16ed0 (patch) | |
tree | 12324afef8fb85f300de3cb2c31a959343dfc761 | |
parent | 296c87bd32a288895e571df79ad4c3781935c750 (diff) | |
download | xine-lib-1285deb39309aa84497160a68a39e661d1d16ed0.tar.gz xine-lib-1285deb39309aa84497160a68a39e661d1d16ed0.tar.bz2 |
video/x-ms-wma -> audio/x-ms-wma
CVS patchset: 8168
CVS date: 2006/08/08 03:34:15
-rw-r--r-- | src/demuxers/demux_asf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/demuxers/demux_asf.c b/src/demuxers/demux_asf.c index 6e2a514a6..ea44508e3 100644 --- a/src/demuxers/demux_asf.c +++ b/src/demuxers/demux_asf.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: demux_asf.c,v 1.179 2006/07/10 22:08:13 dgp85 Exp $ + * $Id: demux_asf.c,v 1.180 2006/08/08 03:34:15 miguelfreitas Exp $ * * demultiplexer for asf streams * @@ -2295,7 +2295,7 @@ static char *get_mimetypes (demux_class_t *this_gen) { return "video/x-ms-asf: asf: ASF stream;" "video/x-ms-wmv: wmv: Windows Media Video;" - "video/x-ms-wma: wma: Windows Media Audio;" + "audio/x-ms-wma: wma: Windows Media Audio;" "application/vnd.ms-asf: asf: ASF stream;" "application/x-mplayer2: asf,asx,asp: mplayer2;" "video/x-ms-asf-plugin: asf,asx,asp: mms animation;" |