diff options
Diffstat (limited to 'audio/waon/files/patch-ao-wrapper.c')
-rw-r--r-- | audio/waon/files/patch-ao-wrapper.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/waon/files/patch-ao-wrapper.c b/audio/waon/files/patch-ao-wrapper.c new file mode 100644 index 000000000000..4b7aeb3d77f4 --- /dev/null +++ b/audio/waon/files/patch-ao-wrapper.c @@ -0,0 +1,10 @@ +--- ao-wrapper.c.orig 2010-06-06 14:28:59.000000000 +0200 ++++ ao-wrapper.c 2010-06-06 14:29:25.000000000 +0200 +@@ -53,6 +53,7 @@ ao_init_16_stereo (int samplerate, int v + + default_driver = ao_default_driver_id (); + ++ memset(&format, 0, sizeof(format)); + format.bits = 16; + format.channels = 2; + format.rate = samplerate; |