]> git.sesse.net Git - vlc/commitdiff
live555: Mark --rtsp-{http,mcast} as safe.
authorJean-Paul Saman <jpsaman@videolan.org>
Sun, 3 May 2009 18:00:24 +0000 (20:00 +0200)
committerJean-Paul Saman <jpsaman@videolan.org>
Tue, 5 May 2009 09:41:45 +0000 (11:41 +0200)
modules/demux/live555.cpp

index fbbad33e91820735fe13d2fad54f99f9dfe11097..414c51fcdaf4cf3dac8e4735d1cbf7c939122bfa 100644 (file)
@@ -117,9 +117,11 @@ vlc_module_begin ()
         add_bool( "rtsp-mcast", false, NULL,
                   N_("Force multicast RTP via RTSP"),
                   N_("Force multicast RTP via RTSP"), true )
+            change_safe()
         add_bool( "rtsp-http", 0, NULL,
                   N_("Tunnel RTSP and RTP over HTTP"),
                   N_("Tunnel RTSP and RTP over HTTP"), true )
+            change_safe()
         add_integer( "rtsp-http-port", 80, NULL,
                   N_("HTTP tunnel port"),
                   N_("Port to use for tunneling the RTSP/RTP over HTTP."),