]> git.sesse.net Git - vlc/commitdiff
live555: Mark --rtsp-tcp as safe.
authorJean-Paul Saman <jpsaman@videolan.org>
Fri, 1 May 2009 13:32:37 +0000 (15:32 +0200)
committerJean-Paul Saman <jpsaman@videolan.org>
Tue, 5 May 2009 09:41:44 +0000 (11:41 +0200)
modules/demux/live555.cpp

index 57c76ed96e7369ae6d8002fd4eb8b45ecf9be135..fbbad33e91820735fe13d2fad54f99f9dfe11097 100644 (file)
@@ -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 )