From edbf8929a44ff4608df091486ebad398cdc4a147 Mon Sep 17 00:00:00 2001 From: Jean-Paul Saman Date: Fri, 1 May 2009 15:32:37 +0200 Subject: [PATCH] live555: Mark --rtsp-tcp as safe. --- modules/demux/live555.cpp | 1 + 1 file changed, 1 insertion(+) 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 ) -- 2.39.5