mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 21:16:24 +00:00
fix warning
Original commit message from CVS: fix warning
This commit is contained in:
parent
75263d8875
commit
b35c8e4fd4
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue