[vlc-commits] commit: Mark rtsp-kasenna as safe (Greg Farrell )

git at videolan.org git at videolan.org
Sat Jun 5 15:23:52 CEST 2010


vlc/vlc-1.1 | branch: master | Greg Farrell <greg at gregfarrell.org> | Sat Jun  5 16:20:53 2010 +0300| [72a3365c66e0782f1317aba376443d5605dae6c3] | committer: Rémi Denis-Courmont 

Mark rtsp-kasenna as safe

Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>
(cherry picked from commit fd28e9fee81c90265984bc943ebb63af7643a860)

> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=72a3365c66e0782f1317aba376443d5605dae6c3
---

 modules/demux/live555.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/demux/live555.cpp b/modules/demux/live555.cpp
index afa54fb..2b2e4a6 100644
--- a/modules/demux/live555.cpp
+++ b/modules/demux/live555.cpp
@@ -137,6 +137,7 @@ vlc_module_begin ()
             change_safe()
         add_bool(   "rtsp-kasenna", false, NULL, KASENNA_TEXT,
                     KASENNA_LONGTEXT, true )
+            change_safe()
         add_bool(   "rtsp-wmserver", false, NULL, WMSERVER_TEXT,
                     WMSERVER_LONGTEXT, true)
             change_safe()



More information about the vlc-commits mailing list