fix warning

Original commit message from CVS:
fix warning
This commit is contained in:
Thomas Vander Stichele 2004-05-14 12:36:29 +00:00
parent 75263d8875
commit b35c8e4fd4

View 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;