changeset 15777:85c8390cd30a

typos
author diego
date Mon, 20 Jun 2005 08:47:27 +0000
parents 7ba279f0afa0
children 7d35148959d2
files libmpdemux/stream_livedotcom.c
diffstat 1 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/libmpdemux/stream_livedotcom.c	Mon Jun 20 06:12:19 2005 +0000
+++ b/libmpdemux/stream_livedotcom.c	Mon Jun 20 08:47:27 2005 +0000
@@ -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,