[MPlayer-cvslog] CVS: main/libmpdemux stream_livedotcom.c,1.1,1.2
Diego Biurrun CVS
syncmail at mplayerhq.hu
Mon Jun 20 10:47:30 CEST 2005
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var2/tmp/cvs-serv29001/libmpdemux
Modified Files:
stream_livedotcom.c
Log Message:
typos
Index: stream_livedotcom.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/stream_livedotcom.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- stream_livedotcom.c 29 May 2005 12:53:59 -0000 1.1
+++ stream_livedotcom.c 20 Jun 2005 08:47:27 -0000 1.2
@@ -97,10 +97,10 @@
stream_info_t stream_info_rtsp_sip = {
- "Standard rtsp and sip",
- "rtsp and sip",
+ "standard RTSP and SIP",
+ "RTSP and SIP",
"Ross Finlayson",
- "uses lve.com streaming library",
+ "Uses LIVE.COM streaming library.",
open_live_rtsp_sip,
{"rtsp", "sip", NULL },
NULL,
@@ -108,10 +108,10 @@
};
stream_info_t stream_info_sdp = {
- "Sdp stream descriptor",
- "sdp",
+ "SDP stream descriptor",
+ "SDP",
"Ross Finlayson",
- "uses live.com streaming library",
+ "Uses live.com streaming library.",
open_live_sdp,
{"sdp", NULL },
NULL,
More information about the MPlayer-cvslog
mailing list