[MPlayer-cvslog] CVS: main/libmpdemux network.c,1.110,1.111

Roberto Togni CVS syncmail at mplayerhq.hu
Sun Apr 17 22:33:28 CEST 2005


CVS change done by Roberto Togni CVS

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

Modified Files:
	network.c 
Log Message:
Do not force real demuxer on x-pn-realaudio mimetype
Real and realaudio share the same mimetype, forcing real demuxer prevent 
realaudio files from being played.
Fixes http://www.bbc.co.uk/romanian/rom.ra


Index: network.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/network.c,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- network.c	17 Feb 2005 20:55:57 -0000	1.110
+++ network.c	17 Apr 2005 20:33:25 -0000	1.111
@@ -88,7 +88,7 @@
 	{ "audio/x-mpegurl", DEMUXER_TYPE_PLAYLIST },
 	{ "audio/x-pls", DEMUXER_TYPE_PLAYLIST },
 	// Real Media
-	{ "audio/x-pn-realaudio", DEMUXER_TYPE_REAL },
+//	{ "audio/x-pn-realaudio", DEMUXER_TYPE_REAL },
 	// OGG Streaming
 	{ "application/x-ogg", DEMUXER_TYPE_OGG },
 	// NullSoft Streaming Video




More information about the MPlayer-cvslog mailing list