audioconvert: use MAX_TAPS constant

This commit is contained in:
Wim Taymans 2024-10-15 12:49:16 +02:00
parent ad84c45c0c
commit 33fb2f04c7
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@
#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 MAX_TAPS 255
#define MAX_TAPS 255u
struct channelmix {
uint32_t src_chan;