From ae230b1294d9b7982cc4032518c7112a37e11e78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20Michaj=C5=82ow?= Date: Sat, 31 Dec 2022 17:55:43 +0100 Subject: [PATCH] audio/chmap: support up to 64 channels This fixes AAC 22.2 playback --- audio/chmap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/chmap.h b/audio/chmap.h index f2b53cac6d..58a3f71907 100644 --- a/audio/chmap.h +++ b/audio/chmap.h @@ -22,7 +22,7 @@ #include #include "misc/bstr.h" -#define MP_NUM_CHANNELS 16 +#define MP_NUM_CHANNELS 64 // Speaker a channel can be assigned to. // This corresponds to WAVEFORMATEXTENSIBLE channel mask bit indexes.