]> git.sesse.net Git - vlc/commit
auhal: do not output noise, and robustify output callbacks
authorDavid Fuhrmann <david.fuhrmann@googlemail.com>
Fri, 26 Apr 2013 15:28:15 +0000 (17:28 +0200)
committerDavid Fuhrmann <david.fuhrmann@googlemail.com>
Fri, 26 Apr 2013 15:31:34 +0000 (17:31 +0200)
commit77021c978202ecf9428ecee19ddeeb8ddece530c
tree54dad2de998eb5c3db6595eb2efe654a69358284
parent2c698a7be77cf61dbd56188fd2238f365c33e004
auhal: do not output noise, and robustify output callbacks

Previously, noise occured in stereo mode because only
half of the buffer was zeroed out.

fixes #8507
modules/audio_output/auhal.c