]> git.sesse.net Git - vlc/commit
qtsound: fix crashes and some other issues
authorDavid Fuhrmann <dfuhrmann@videolan.org>
Sun, 15 Jun 2014 12:11:43 +0000 (14:11 +0200)
committerDavid Fuhrmann <dfuhrmann@videolan.org>
Sun, 15 Jun 2014 12:11:43 +0000 (14:11 +0200)
commit070237de4a867f263b5aa4cab0503812ed5d5d67
tree414d9ae1f175c12c213e2cfabbae4b8d2a821bb2
parent5d11e669ecec1a59783e65510b6e62a2799ecea2
qtsound: fix crashes and some other issues

- do not misuse a block_t as a plain array
- use correct size of buffers
- do not overwrite buffer pointers of the second block_t, instead
copy the data

close #7886
modules/access/qtsound.m