audio/chmap: support up to 64 channels

This fixes AAC 22.2 playback
This commit is contained in:
Kacper Michajłow 2022-12-31 17:55:43 +01:00 committed by Dudemanguy
parent 4f0b654503
commit ae230b1294
1 changed files with 1 additions and 1 deletions

View File

@ -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.