[vlc-devel] [PATCH] http: Mark the http-continuous option as plugin-safe
Luca Barbato
lu_zero at gentoo.org
Fri Sep 25 19:47:32 CEST 2015
It is mostly useful for web deployments.
---
modules/access/http.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules/access/http.c b/modules/access/http.c
index f9a5432..ae0f722 100644
--- a/modules/access/http.c
+++ b/modules/access/http.c
@@ -112,6 +112,7 @@ vlc_module_begin ()
change_private()
add_bool( "http-reconnect", false, RECONNECT_TEXT,
RECONNECT_LONGTEXT, true )
+ change_safe()
add_bool( "http-continuous", false, CONTINUOUS_TEXT,
CONTINUOUS_LONGTEXT, true )
change_safe()
--
2.6.0.rc2.10.gf4d9753.dirty
More information about the vlc-devel
mailing list