resample: allow compilation with custom default quality

This commit is contained in:
Wim Taymans 2025-12-01 09:52:54 +01:00
parent 52ec847cbd
commit 2ff45313de

View file

@ -8,7 +8,10 @@
#include <spa/support/cpu.h>
#include <spa/support/log.h>
#ifndef RESAMPLE_DEFAULT_QUALITY
#define RESAMPLE_DEFAULT_QUALITY 4
#endif
#define RESAMPLE_WINDOW_DEFAULT RESAMPLE_WINDOW_EXP
#define RESAMPLE_MAX_PARAMS 16