summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorrsf <rsf@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-04-07 21:29:45 +0000
committerrsf <rsf@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-04-07 21:29:45 +0000
commit3ffbf1834c127e1e096b0aaec8b12577a9ae8210 (patch)
tree0ded38a88586f7717f1bc73c75494c1bec2fb273 /cfg-mplayer.h
parent4cc80e179556fcb00bb6f589ccd49ae506b03866 (diff)
downloadmpv-3ffbf1834c127e1e096b0aaec8b12577a9ae8210.tar.bz2
mpv-3ffbf1834c127e1e096b0aaec8b12577a9ae8210.tar.xz
Added a \n to the msg about -sdp being deprecated
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9878 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index e84d96f96a..fb04df404c 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -327,7 +327,7 @@ static config_t mplayer_opts[]={
#endif
#ifdef STREAMING_LIVE_DOT_COM
- {"sdp", "-sdp is deprecated, use sdp://file instead.", CONF_TYPE_PRINT, 0, 0, 0, NULL},
+ {"sdp", "-sdp is deprecated, use sdp://file instead.\n", CONF_TYPE_PRINT, 0, 0, 0, NULL},
// -rtsp-stream-over-tcp option, specifying TCP streaming of RTP/RTCP
{"rtsp-stream-over-tcp", &rtspStreamOverTCP, CONF_TYPE_FLAG, 0, 0, 1, NULL},
#else