spa: increase SPA_AUDIO_MAX_CHANNELS to 128

This should now not change the ABI because the position array size is
now controlled with the SPA_AUDIO_MAX_POSITION constant.
This commit is contained in:
Wim Taymans 2025-10-21 17:01:31 +02:00
parent f19b075306
commit 99bbac9cbf

View file

@ -25,7 +25,7 @@ extern "C" {
/* The suggested number of max channels, can be a compile time constant and
* does not affect ABI or API */
#ifndef SPA_AUDIO_MAX_CHANNELS
#define SPA_AUDIO_MAX_CHANNELS 64u
#define SPA_AUDIO_MAX_CHANNELS 128u
#endif
enum spa_audio_format {