[vlc-commits] qtsound: fix variable type

David Fuhrmann git at videolan.org
Sun Jun 15 14:19:25 CEST 2014


vlc | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Sun Jun 15 14:19:20 2014 +0200| [a0d12d1f0f61de5245b7a860d7383bb95871fa25] | committer: David Fuhrmann

qtsound: fix variable type

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a0d12d1f0f61de5245b7a860d7383bb95871fa25
---

 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