[vlc-devel] commit: Made http-continuous option safe. (Laurent Aimar )
git version control
git at videolan.org
Sun Mar 22 16:30:19 CET 2009
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Sun Mar 22 16:28:55 2009 +0100| [b6c17b225587f750737204335f74ec00142bc758] | committer: Laurent Aimar
Made http-continuous option safe.
It was a request of Frederik Kriewitz.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b6c17b225587f750737204335f74ec00142bc758
---
modules/access/http.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/access/http.c b/modules/access/http.c
index 24cb794..77c6240 100644
--- a/modules/access/http.c
+++ b/modules/access/http.c
@@ -114,6 +114,7 @@ vlc_module_begin ()
RECONNECT_LONGTEXT, true )
add_bool( "http-continuous", 0, NULL, CONTINUOUS_TEXT,
CONTINUOUS_LONGTEXT, true )
+ change_safe()
add_bool( "http-forward-cookies", true, NULL, FORWARD_COOKIES_TEXT,
FORWARD_COOKIES_LONGTEXT, true )
add_obsolete_string("http-user")
More information about the vlc-devel
mailing list