Mercurial > mplayer.hg
changeset 9796:2552d4413fd8
Remove -sdp, use sdp:// instead.
author | albeu |
---|---|
date | Wed, 02 Apr 2003 16:27:51 +0000 |
parents | 20f8944a6e0c |
children | 86e080e9c31f |
files | cfg-mplayer.h |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/cfg-mplayer.h Wed Apr 02 16:26:58 2003 +0000 +++ b/cfg-mplayer.h Wed Apr 02 16:27:51 2003 +0000 @@ -327,12 +327,10 @@ #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