[vlc-devel] [PATCH] Ignore Ogg streams of unknown type but keep track of them

Jean-Baptiste Kempf jb at videolan.org
Sat Jan 16 18:58:49 CET 2016


Merged. Thanks.

On 11 Jan, Michael Tänzer wrote :
> This fixes an issue when there is an Ogg stream in the file that is in a
> type unknown to VLC it would forget about this stream ever existing and
> therefore putting out errors whenever it encountered a new page with the
> forgotten stream serial number:
> 
>     ogg demux error: Broken Ogg stream (serialno) mismatch
> ---
>  modules/demux/ogg.c | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/modules/demux/ogg.c b/modules/demux/ogg.c
> index cc69c0c..01fa880 100644
> --- a/modules/demux/ogg.c
> +++ b/modules/demux/ogg.c
> @@ -2017,8 +2017,6 @@ static int Ogg_FindLogicalStreams( demux_t *p_demux )
>                  {
>                      msg_Dbg( p_demux, "stream %d is of unknown type",
>                               p_ogg->i_streams-1 );
> -                    FREENULL( p_stream );
> -                    p_ogg->i_streams--;
>                  }
>  
>                  /* we'll need to get all headers */
> -- 
> 2.5.0
> 
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel

-- 
With my kindest regards,

-- 
Jean-Baptiste Kempf
http://www.jbkempf.com/ - +33 672 704 734
Sent from my Electronic Device


More information about the vlc-devel mailing list