From b2cc1a69729241d6dc541a053053386b7bb19101 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 22 Dec 2003 11:49:17 +0000 Subject: [PATCH] compile fix Original commit message from CVS: compile fix --- ext/faad/gstfaad.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/faad/gstfaad.c b/ext/faad/gstfaad.c index 23c2f156e1..8db89aaf59 100644 --- a/ext/faad/gstfaad.c +++ b/ext/faad/gstfaad.c @@ -253,7 +253,7 @@ gst_faad_srcconnect (GstPad *pad, { GstStructure *structure; const gchar *mimetype; - gint fmt; + gint fmt = 0; gint depth; GstFaad *faad = GST_FAAD (gst_pad_get_parent (pad));