]> git.sesse.net Git - vlc/commit
Fix DirectSound spdif audio output
authorJeff Lu <jll544@yahoo.com>
Wed, 2 Dec 2009 18:50:17 +0000 (10:50 -0800)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 4 Dec 2009 06:21:41 +0000 (07:21 +0100)
commit3b86511590f66de79f256908551875ef40907177
tree82313e9f53f72c727f30afbf82d5cb16a894fad3
parent58a22c81d78fc1c541753674a3f1681d1f6b1cfc
Fix DirectSound spdif audio output

DirectSound spdif-mode audio output was garbled because buffer calculations
were using always pcm-mode size values.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/audio_output/directx.c