0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-19 19:42:24 +02:00

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

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.