summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-06-20 08:47:27 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-06-20 08:47:27 +0000
commit2f09d80552d7d0d61a67def6127a96a7dcc49ad8 (patch)
tree46a41b172360ccd2f639b270d2de4dc9867dd330
parent50e6cc24458a43caba980c12f983797f0b025911 (diff)
downloadmpv-2f09d80552d7d0d61a67def6127a96a7dcc49ad8.tar.bz2
mpv-2f09d80552d7d0d61a67def6127a96a7dcc49ad8.tar.xz
typos
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15778 b3059339-0415-0410-9bf9-f77b7e298cf2
-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,