channelmix: guard against invalid channels

This commit is contained in:
Wim Taymans 2022-06-23 11:40:22 +02:00
parent cc463da63e
commit da95043002
2 changed files with 4 additions and 2 deletions

View file

@ -43,8 +43,6 @@
#define MASK_5_1 _M(FL)|_M(FR)|_M(FC)|_M(LFE)|_M(SL)|_M(SR)|_M(RL)|_M(RR)
#define MASK_7_1 _M(FL)|_M(FR)|_M(FC)|_M(LFE)|_M(SL)|_M(SR)|_M(RL)|_M(RR)
#define BUFFER_SIZE 4096
#define BUFFER_SIZE 4096
#define MAX_TAPS 255