[vlc-commits] demux: ogg: clear initializing flag on oggds too

Francois Cartegnie git at videolan.org
Mon Dec 30 15:42:09 CET 2013


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Sat Dec 28 15:56:54 2013 +0100| [f7755e7f446b6c8ef6567f608337c7efa9bdbc66] | committer: Francois Cartegnie

demux: ogg: clear initializing flag on oggds too

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f7755e7f446b6c8ef6567f608337c7efa9bdbc66
---

 modules/demux/ogg.c |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/modules/demux/ogg.c b/modules/demux/ogg.c
index 5943bf6..0fa65b0 100644
--- a/modules/demux/ogg.c
+++ b/modules/demux/ogg.c
@@ -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 ||



More information about the vlc-commits mailing list