[Mplayer-cvslog] CVS: main cfg-mplayer.h,1.198,1.199

Ross Finlayson CVS rsf at mplayerhq.hu
Mon Apr 7 23:30:10 CEST 2003


Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv13824

Modified Files:
	cfg-mplayer.h 
Log Message:
Added a \n to the msg about -sdp being deprecated


Index: cfg-mplayer.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-mplayer.h,v
retrieving revision 1.198
retrieving revision 1.199
diff -u -r1.198 -r1.199
--- cfg-mplayer.h	2 Apr 2003 16:27:51 -0000	1.198
+++ cfg-mplayer.h	7 Apr 2003 21:29:45 -0000	1.199
@@ -327,7 +327,7 @@
 #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



More information about the MPlayer-cvslog mailing list