[vlc-devel] [PATCH] old http: remove useless b_continuous member

Zhao Zhili wantlamy at gmail.com
Fri Aug 4 07:43:54 CEST 2017


---
 modules/access/http.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/modules/access/http.c b/modules/access/http.c
index 31457f3..916427e2 100644
--- a/modules/access/http.c
+++ b/modules/access/http.c
@@ -129,7 +129,6 @@ struct access_sys_t
     uint64_t size;

     bool b_reconnect;
-    bool b_continuous;
     bool b_has_size;
 };

@@ -281,7 +280,6 @@ static int Open( vlc_object_t *p_this )
     }

     p_sys->b_reconnect = var_InheritBool( p_access, "http-reconnect" );
-    p_sys->b_continuous = var_InheritBool( p_access, "http-continuous" );

     if( vlc_credential_get( &credential, p_access, NULL, NULL, NULL, NULL
) )
     {
-- 
2.7.4
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20170804/eb45abd9/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-old-http-remove-useless-b_continuous-member.patch
Type: text/x-patch
Size: 875 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20170804/eb45abd9/attachment.bin>


More information about the vlc-devel mailing list