Commit f7755e7f authored by Francois Cartegnie's avatar Francois Cartegnie

demux: ogg: clear initializing flag on oggds too

parent 38c15dd5
......@@ -1101,6 +1101,8 @@ static void Ogg_DecodePacket( demux_t *p_demux,
b_selected = false; /* Discard the header packet */
}
else
p_stream->b_initializing = false;
/* Convert the pcr into a pts */
if( p_stream->fmt.i_codec == VLC_CODEC_VORBIS ||
......
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