[vlc-commits] qtsound: fix variable type
David Fuhrmann
git at videolan.org
Sun Jun 15 14:33:45 CEST 2014
vlc/vlc-2.2 | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Sun Jun 15 14:19:20 2014 +0200| [41a1e16a3f932e7cd5fc19721daf617a1ebcadce] | committer: David Fuhrmann
qtsound: fix variable type
(cherry picked from commit a0d12d1f0f61de5245b7a860d7383bb95871fa25)
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=41a1e16a3f932e7cd5fc19721daf617a1ebcadce
---
modules/access/qtsound.m | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/access/qtsound.m b/modules/access/qtsound.m
index 1f71df5..135307e 100644
--- a/modules/access/qtsound.m
+++ b/modules/access/qtsound.m
@@ -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;
More information about the vlc-commits
mailing list