summaryrefslogtreecommitdiffstats
path: root/libmpdemux
diff options
context:
space:
mode:
Diffstat (limited to 'libmpdemux')
-rw-r--r--libmpdemux/stream_livedotcom.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/libmpdemux/stream_livedotcom.c b/libmpdemux/stream_livedotcom.c
index f735ac00aa..d70b397fdd 100644
--- a/libmpdemux/stream_livedotcom.c
+++ b/libmpdemux/stream_livedotcom.c
@@ -97,10 +97,10 @@ static int open_live_sdp(stream_t *stream,int mode, void* opts, int* file_format
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_rtsp_sip = {
};
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,