[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
- Previous message: [Mplayer-cvslog] CVS: main/libmpcodecs vf_pp.c,1.27,1.28 vd_ffmpeg.c,1.86,1.87
- Next message: [Mplayer-cvslog] CVS: main/libmpcodecs vf_ivtc.c,NONE,1.1 vf_ilpack.c,NONE,1.1 vf.c,1.76,1.77 Makefile,1.93,1.94
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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;
}
- Previous message: [Mplayer-cvslog] CVS: main/libmpcodecs vf_pp.c,1.27,1.28 vd_ffmpeg.c,1.86,1.87
- Next message: [Mplayer-cvslog] CVS: main/libmpcodecs vf_ivtc.c,NONE,1.1 vf_ilpack.c,NONE,1.1 vf.c,1.76,1.77 Makefile,1.93,1.94
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list