summaryrefslogtreecommitdiffstats
path: root/ext/faad/gstfaad.c
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2003-12-22 11:49:17 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2003-12-22 11:49:17 +0000
commitb2cc1a69729241d6dc541a053053386b7bb19101 (patch)
tree9e67a8a0293ca656b6363588691f96a032a8e33b /ext/faad/gstfaad.c
parenta3a7c36ac1f632ef26dc5446e8ef061eb2868f55 (diff)
downloadgst-plugins-bad-b2cc1a69729241d6dc541a053053386b7bb19101.tar.gz
gst-plugins-bad-b2cc1a69729241d6dc541a053053386b7bb19101.tar.bz2
gst-plugins-bad-b2cc1a69729241d6dc541a053053386b7bb19101.zip
compile fix
Original commit message from CVS: compile fix
Diffstat (limited to 'ext/faad/gstfaad.c')
-rw-r--r--ext/faad/gstfaad.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/faad/gstfaad.c b/ext/faad/gstfaad.c
index 23c2f156..8db89aaf 100644
--- a/ext/faad/gstfaad.c
+++ b/ext/faad/gstfaad.c
@@ -253,7 +253,7 @@ gst_faad_srcconnect (GstPad *pad,
{
GstStructure *structure;
const gchar *mimetype;
- gint fmt;
+ gint fmt = 0;
gint depth;
GstFaad *faad = GST_FAAD (gst_pad_get_parent (pad));