[Mplayer-cvslog] CVS: main/libmpdemux network.c,1.77,1.78

Roberto Togni CVS rtognimp at mplayerhq.hu
Sat Apr 19 00:34:00 CEST 2003


Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var/tmp.root/cvs-serv6286

Modified Files:
	network.c 
Log Message:
Some .ra files are playable, noted by Ross Finlayson

Index: network.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/network.c,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- network.c	18 Apr 2003 07:48:29 -0000	1.77
+++ network.c	18 Apr 2003 22:33:30 -0000	1.78
@@ -592,7 +592,8 @@
 						extension=(url->file)+i+1;
 						break;
 			}
-			if (extension != NULL && !strcasecmp(extension, "rm")) {
+			if (extension != NULL && (!strcasecmp(extension, "rm")
+			    || !strcasecmp(extension, "ra"))) {
 				*file_format = DEMUXER_TYPE_REAL;
 				return 0;
 			}



More information about the MPlayer-cvslog mailing list