]> git.proxmox.com Git - mirror_qemu.git/commit
audio: don't abort on f32 audio format in wav backend
authorDaniel P. Berrangé <berrange@redhat.com>
Wed, 3 Mar 2021 17:43:13 +0000 (17:43 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Tue, 7 Nov 2023 14:58:54 +0000 (14:58 +0000)
commit5b4edd7230cd3010a05c6bc34c5465215275b12a
tree55ea3c3ad6232d8eb5580823e214dd3c547a85e7
parent9c636e0f9644d0778c16f460e0645e2352f42a7a
audio: don't abort on f32 audio format in wav backend

Print a debug message as is done for other unsupported audio formats
to give the user the chance to understand their mistake.

Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
audio/wavaudio.c