fix warning
Original commit message from CVS: fix warning
This commit is contained in:
parent
75263d8875
commit
b35c8e4fd4
@ -165,7 +165,7 @@ gst_auparse_chain (GstPad * pad, GstData * _data)
|
|||||||
gchar *data;
|
gchar *data;
|
||||||
glong size;
|
glong size;
|
||||||
GstCaps *tempcaps;
|
GstCaps *tempcaps;
|
||||||
gint law = 0, depth, ieee = 0;
|
gint law = 0, depth = 0, ieee = 0;
|
||||||
gchar layout[7];
|
gchar layout[7];
|
||||||
|
|
||||||
layout[0] = 0;
|
layout[0] = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user