]> git.alsa-project.org Git - alsa-lib.git/commit
fix miscalculation of buffer size in snd_output_buffer_need()
authorClemens Ladisch <clemens@ladisch.de>
Wed, 24 Nov 2004 16:31:56 +0000 (16:31 +0000)
committerClemens Ladisch <clemens@ladisch.de>
Wed, 24 Nov 2004 16:31:56 +0000 (16:31 +0000)
commit290541d0ae5b9119b9e3aab20bf56753c23c5c22
treea6cf044fdd9183c345b167786f87f710428d4f79
parent0ed778404d0b8d9ef9c86454e146e9db83d9a526
fix miscalculation of buffer size in snd_output_buffer_need()

snd_output_buffer_need() did not account for the already used part of
the buffer when trying to allocating new space.
src/output.c