Commit 41a1e16a authored by David Fuhrmann's avatar David Fuhrmann

qtsound: fix variable type

(cherry picked from commit a0d12d1f0f61de5245b7a860d7383bb95871fa25)
parent 097f6e28
...@@ -73,7 +73,7 @@ vlc_module_end () ...@@ -73,7 +73,7 @@ vlc_module_end ()
{ {
demux_t *p_qtsound; demux_t *p_qtsound;
AudioBuffer *currentAudioBuffer; AudioBuffer *currentAudioBuffer;
block_t *rawAudioData; void *rawAudioData;
UInt32 numberOfSamples; UInt32 numberOfSamples;
date_t date; date_t date;
mtime_t currentPts; 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