]> git.proxmox.com Git - mirror_qemu.git/commit - audio/sdlaudio.c
sdlaudio: fill remaining sample buffer with silence
authorVolker Rümelin <vr_qemu@t-online.de>
Sun, 10 Jan 2021 10:02:22 +0000 (11:02 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 15 Jan 2021 10:25:22 +0000 (11:25 +0100)
commite02d178f78d7cff93c3c9b7e3c3ac6822c46c563
tree278da57a4354b34a6a4ef0cd267af1d48a9c5ede
parentbcce2ea5f63bb5eedfa6c4872f3a4b8a84ff9f07
sdlaudio: fill remaining sample buffer with silence

Fill the remaining sample buffer with silence. To fill it with
zeroes is wrong for unsigned samples because this is silence
with a DC bias.

Signed-off-by: Volker Rümelin <vr_qemu@t-online.de>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-id: 9315afe5-5958-c0b4-ea1e-14769511a9d5@t-online.de
Message-Id: <20210110100239.27588-6-vr_qemu@t-online.de>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
audio/sdlaudio.c