diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/qtwrapper/audiodecoders.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/qtwrapper/audiodecoders.c b/sys/qtwrapper/audiodecoders.c index d1616443..1816a02c 100644 --- a/sys/qtwrapper/audiodecoders.c +++ b/sys/qtwrapper/audiodecoders.c @@ -431,7 +431,7 @@ open_decoder (QTWrapperAudioDecoder * qtwrapper, GstCaps * caps, /* QuickTime/iTunes creates AAC files with the wrong channel count in the header, so parse that out of the codec data if we can. */ - aac_parse_codec_data (codec_data, &channels); + aac_parse_codec_data (codec_data, (guint *) & channels); } /* If the quicktime demuxer gives us a full esds atom, use that instead of |