From fd28e9fee81c90265984bc943ebb63af7643a860 Mon Sep 17 00:00:00 2001 From: Greg Farrell Date: Sat, 5 Jun 2010 16:20:53 +0300 Subject: [PATCH] Mark rtsp-kasenna as safe MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Rémi Denis-Courmont --- modules/demux/live555.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/demux/live555.cpp b/modules/demux/live555.cpp index afa54fb222..2b2e4a67a1 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() -- 2.39.5