From: Jean-Paul Saman Date: Fri, 1 May 2009 13:32:37 +0000 (+0200) Subject: live555: Mark --rtsp-tcp as safe. X-Git-Tag: 1.0.0-rc1~91 X-Git-Url: https://git.sesse.net/?p=vlc;a=commitdiff_plain;h=edbf8929a44ff4608df091486ebad398cdc4a147 live555: Mark --rtsp-tcp as safe. --- diff --git a/modules/demux/live555.cpp b/modules/demux/live555.cpp index 57c76ed96e..fbbad33e91 100644 --- a/modules/demux/live555.cpp +++ b/modules/demux/live555.cpp @@ -110,6 +110,7 @@ vlc_module_begin () add_bool( "rtsp-tcp", 0, NULL, N_("Use RTP over RTSP (TCP)"), N_("Use RTP over RTSP (TCP)"), true ) + change_safe() add_integer( "rtp-client-port", -1, NULL, N_("Client port"), N_("Port to use for the RTP source of the session"), true )