oggstream: initialize variable

... to help out challenged compiler.
This commit is contained in:
Mark Nauwelaerts 2012-01-17 18:19:30 +01:00
parent 974c678ec8
commit 34d767c6a8

View file

@ -1896,7 +1896,7 @@ packet_duration_opus (GstOggStream * pad, ogg_packet * packet)
gint64 duration;
gint64 frame_duration;
gint nframes;
gint nframes = 0;
guint8 toc;
if (packet->bytes < 1)