Fix compilation warning with gcc-4.2.
This commit is contained in:
parent
6daa6019c7
commit
a789d14f8d
@ -537,7 +537,7 @@ open_decoder (QTWrapperAudioDecoder * qtwrapper, GstCaps * caps,
|
|||||||
|
|
||||||
/* if we have codec_data, give it to the converter ! */
|
/* if we have codec_data, give it to the converter ! */
|
||||||
if (codec_data) {
|
if (codec_data) {
|
||||||
gsize len;
|
gsize len = 0;
|
||||||
gpointer magiccookie;
|
gpointer magiccookie;
|
||||||
|
|
||||||
switch (oclass->componentSubType) {
|
switch (oclass->componentSubType) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user