Fix compilation warning with gcc-4.2.

This commit is contained in:
Alessandro Decina 2009-10-05 15:26:15 +02:00
parent 6daa6019c7
commit a789d14f8d

View file

@ -537,7 +537,7 @@ open_decoder (QTWrapperAudioDecoder * qtwrapper, GstCaps * caps,
/* if we have codec_data, give it to the converter ! */
if (codec_data) {
gsize len;
gsize len = 0;
gpointer magiccookie;
switch (oclass->componentSubType) {