]> git.sesse.net Git - vlc/commitdiff
demux: ogg: clear initializing flag on oggds too
authorFrancois Cartegnie <fcvlcdev@free.fr>
Sat, 28 Dec 2013 14:56:54 +0000 (15:56 +0100)
committerFrancois Cartegnie <fcvlcdev@free.fr>
Mon, 30 Dec 2013 14:40:36 +0000 (15:40 +0100)
modules/demux/ogg.c

index 5943bf60327ad0d08e16d00f0351339ee344be2a..0fa65b0dec115975e9e2388e3d2b5538bbaf38d0 100644 (file)
@@ -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 ||