From b35c8e4fd4152860baa991e23cee85300424290d Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 14 May 2004 12:36:29 +0000 Subject: [PATCH] fix warning Original commit message from CVS: fix warning --- gst/auparse/gstauparse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/auparse/gstauparse.c b/gst/auparse/gstauparse.c index 33fa3a0..b197f2c 100644 --- a/gst/auparse/gstauparse.c +++ b/gst/auparse/gstauparse.c @@ -165,7 +165,7 @@ gst_auparse_chain (GstPad * pad, GstData * _data) gchar *data; glong size; GstCaps *tempcaps; - gint law = 0, depth, ieee = 0; + gint law = 0, depth = 0, ieee = 0; gchar layout[7]; layout[0] = 0; -- 2.7.4