blob: 9def244431277af30ed38dbb3d83b87331772944 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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;
|