Commit b47bdaaf authored by Michael Tänzer's avatar Michael Tänzer Committed by Jean-Baptiste Kempf

Ignore Ogg streams of unknown type but keep track of them

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
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 7c85e3ed
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment