fix warning
authorThomas Vander Stichele <thomas@apestaart.org>
Fri, 14 May 2004 12:36:29 +0000 (12:36 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Fri, 14 May 2004 12:36:29 +0000 (12:36 +0000)
Original commit message from CVS:
fix warning

gst/auparse/gstauparse.c

index 33fa3a0..b197f2c 100644 (file)
@@ -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;