summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authoralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-04-02 16:27:51 +0000
committeralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-04-02 16:27:51 +0000
commitb80e027d4ea89a7eb1a23e9896f1c868d49bca01 (patch)
treeafce5a0dc2a4d3a49fd67ad326e1771a2f085b81 /cfg-mplayer.h
parent3df7e63bf62a22961bfcebc4e12801a514b98c7e (diff)
downloadmpv-b80e027d4ea89a7eb1a23e9896f1c868d49bca01.tar.bz2
mpv-b80e027d4ea89a7eb1a23e9896f1c868d49bca01.tar.xz
Remove -sdp, use sdp:// instead.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9797 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index bfb6eea704..e84d96f96a 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -327,12 +327,10 @@ static config_t mplayer_opts[]={
#endif
#ifdef STREAMING_LIVE_DOT_COM
- // -sdp option, specifying that the source is a SDP file
- {"sdp", &isSDPFile, CONF_TYPE_FLAG, 0, 0, 1, NULL},
+ {"sdp", "-sdp is deprecated, use sdp://file instead.", 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
- {"sdp", "SDP file support requires the \"LIVE.COM Streaming Media\" libraries!\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
{"rtsp-stream-over-tcp", "RTSP support requires the \"LIVE.COM Streaming Media\" libraries!\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
#endif