mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-10 21:45:19 +08:00
13 lines
348 B
Diff
13 lines
348 B
Diff
Index: rdpsnd_libao.c
|
|
===================================================================
|
|
--- rdpsnd_libao.c (revision 1729)
|
|
+++ rdpsnd_libao.c (revision 1730)
|
|
@@ -111,6 +111,7 @@
|
|
{
|
|
ao_sample_format format;
|
|
|
|
+ memset(&format, 0, sizeof(format));
|
|
format.bits = pwfx->wBitsPerSample;
|
|
format.channels = pwfx->nChannels;
|
|
format.rate = 44100;
|