# HG changeset patch # User diego # Date 1119257247 0 # Node ID 85c8390cd30a8ae2b209a9e7c562251ac5e286f4 # Parent 7ba279f0afa09f176221f781ad20899d2d67bfab typos diff -r 7ba279f0afa0 -r 85c8390cd30a libmpdemux/stream_livedotcom.c --- 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,