diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2003-12-22 11:49:17 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2003-12-22 11:49:17 +0000 |
commit | b2cc1a69729241d6dc541a053053386b7bb19101 (patch) | |
tree | 9e67a8a0293ca656b6363588691f96a032a8e33b /ext/faad/gstfaad.c | |
parent | a3a7c36ac1f632ef26dc5446e8ef061eb2868f55 (diff) | |
download | gst-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.c | 2 |
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)); |