From 3c2afd67861769e82034b2ca276d2670964fc09c Mon Sep 17 00:00:00 2001 From: tack Date: Tue, 10 Nov 2009 00:45:19 +0000 Subject: Add support for 8 channel audio. Where 8 channel support is non-trivial (e.g. ao_dsound), at least ensure we fail gracefully. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29868 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libaf/af.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libaf/af.h') diff --git a/libaf/af.h b/libaf/af.h index aaf9b730e8..6f3c1296ef 100644 --- a/libaf/af.h +++ b/libaf/af.h @@ -39,7 +39,7 @@ struct af_instance_s; // Number of channels #ifndef AF_NCH -#define AF_NCH 6 +#define AF_NCH 8 #endif // Audio data chunk -- cgit v1.2.3