changeset 35279:28577f4fe632

Re-enable multi-channel output for -ao win32. The bugfix for s24le samples should have fixed multi-channel, too.
author reimar
date Fri, 09 Nov 2012 21:33:05 +0000
parents aae43c07d98c
children 8496b2c523a1
files libao2/ao_win32.c
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/libao2/ao_win32.c	Fri Nov 09 21:31:07 2012 +0000
+++ b/libao2/ao_win32.c	Fri Nov 09 21:33:05 2012 +0000
@@ -155,10 +155,6 @@
 			format=AF_FORMAT_S16_LE;
 	}
 
-	// FIXME multichannel mode is buggy
-	if(channels > 2)
-		channels = 2;
-
 	//fill global ao_data
 	ao_data.channels=channels;
 	ao_data.samplerate=rate;