mirror of https://github.com/mpv-player/mpv
audio/chmap: support up to 64 channels
This fixes AAC 22.2 playback
This commit is contained in:
parent
4f0b654503
commit
ae230b1294
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue