Commit a0d12d1f authored by David Fuhrmann's avatar David Fuhrmann

qtsound: fix variable type

parent 893716e8
......@@ -73,7 +73,7 @@ vlc_module_end ()
{
demux_t *p_qtsound;
AudioBuffer *currentAudioBuffer;
block_t *rawAudioData;
void *rawAudioData;
UInt32 numberOfSamples;
date_t date;
mtime_t currentPts;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment