summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKacper Michajłow <kasper93@gmail.com>2022-12-31 17:55:43 +0100
committerDudemanguy <random342@airmail.cc>2023-09-29 02:35:10 +0000
commitae230b1294d9b7982cc4032518c7112a37e11e78 (patch)
treede3b6899a387a4baaa70214a8d5c815a465026c5
parent4f0b6545032ee6b999ed3c8cf0ca3731c5c988c8 (diff)
downloadmpv-ae230b1294d9b7982cc4032518c7112a37e11e78.tar.bz2
mpv-ae230b1294d9b7982cc4032518c7112a37e11e78.tar.xz
audio/chmap: support up to 64 channels
This fixes AAC 22.2 playback
-rw-r--r--audio/chmap.h2
1 files changed, 1 insertions, 1 deletions
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 <stdbool.h>
#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.