Revert "audio: bump max channels to 128"

This reverts commit c91f75ae2e.

This change causes a subtle ABI change and also breaks the Rust
bindings.
This commit is contained in:
Wim Taymans 2025-10-20 09:17:14 +02:00
parent fb49759d1f
commit c94aff8cae

View file

@ -18,7 +18,7 @@ extern "C" {
* \{
*/
#define SPA_AUDIO_MAX_CHANNELS 128u
#define SPA_AUDIO_MAX_CHANNELS 64u
enum spa_audio_format {
SPA_AUDIO_FORMAT_UNKNOWN,