[vlc-devel] [PATCH 23/48] hls: Reset stream

Rémi Denis-Courmont remi at remlab.net
Tue Jan 10 13:51:44 CET 2012


On Mon,  9 Jan 2012 16:16:32 +0100, Hugo Beauzée-Luyssen
<beauze.h at gmail.com> wrote:
> From: Luc Saillard <luc.saillard at sfr.com>
> 
> ---
>  modules/stream_filter/httplive.c |   56
>  +++++++++++++++++++++++++++++---------
>  1 files changed, 43 insertions(+), 13 deletions(-)
> 
> diff --git a/modules/stream_filter/httplive.c
> b/modules/stream_filter/httplive.c
> index 42a1ebe..1dc75a0 100644
> --- a/modules/stream_filter/httplive.c
> +++ b/modules/stream_filter/httplive.c
> @@ -147,6 +147,7 @@ struct stream_sys_t
>      bool        b_error;    /* parsing error */
>      bool        b_aesmsg;   /* only print one time that the media is
>      encrypted */
>      bool        b_quit;
> +    bool        b_reset;    /* Set to true when a stream should be
reset

Evidently a write-only variable.

Too much obvious crap in this series. I give up.

-- 
Rémi Denis-Courmont
http://www.remlab.net/



More information about the vlc-devel mailing list