From 34d767c6a8027989c5e5a1b3359f787a588c1345 Mon Sep 17 00:00:00 2001 From: Mark Nauwelaerts Date: Tue, 17 Jan 2012 18:19:30 +0100 Subject: [PATCH] oggstream: initialize variable ... to help out challenged compiler. --- ext/ogg/gstoggstream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/ogg/gstoggstream.c b/ext/ogg/gstoggstream.c index 7d0b39d..0e9debc 100644 --- a/ext/ogg/gstoggstream.c +++ b/ext/ogg/gstoggstream.c @@ -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) -- 2.7.4