]> Git Repo - qemu.git/commit
sdlaudio: always clear the sample buffer
authorVolker Rümelin <[email protected]>
Sun, 10 Jan 2021 10:02:21 +0000 (11:02 +0100)
committerGerd Hoffmann <[email protected]>
Fri, 15 Jan 2021 10:25:22 +0000 (11:25 +0100)
commitbcce2ea5f63bb5eedfa6c4872f3a4b8a84ff9f07
tree61c7186d49385541ce56cbfaaf2df161711f082f
parent14cefe14bb6450fb8e5b6b1eadd3631c150f119c
sdlaudio: always clear the sample buffer

Always fill the remaining audio callback buffer with silence.
SDL 2.0 doesn't initialize the audio callback buffer. This was
an incompatible change compared to SDL 1.2. For reference read
the SDL 1.2 to 2.0 migration guide.

Signed-off-by: Volker Rümelin <[email protected]>
Reviewed-by: Thomas Huth <[email protected]>
Message-id: 9315afe5-5958-c0b4-ea1e-14769511a9d5@t-online.de
Message-Id: <20210110100239[email protected]>
Signed-off-by: Gerd Hoffmann <[email protected]>
audio/sdlaudio.c
This page took 0.025765 seconds and 4 git commands to generate.