[Mplayer-cvslog] CVS: main cfg-mplayer.h,1.197,1.198
Alban Bedel CVS
albeu at mplayerhq.hu
Wed Apr 2 18:27:54 CEST 2003
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv4691
Modified Files:
cfg-mplayer.h
Log Message:
Remove -sdp, use sdp:// instead.
Index: cfg-mplayer.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-mplayer.h,v
retrieving revision 1.197
retrieving revision 1.198
diff -u -r1.197 -r1.198
--- cfg-mplayer.h 8 Feb 2003 20:52:25 -0000 1.197
+++ cfg-mplayer.h 2 Apr 2003 16:27:51 -0000 1.198
@@ -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
More information about the MPlayer-cvslog
mailing list