mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
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:
parent
f19b075306
commit
99bbac9cbf
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ extern "C" {
|
||||||
/* The suggested number of max channels, can be a compile time constant and
|
/* The suggested number of max channels, can be a compile time constant and
|
||||||
* does not affect ABI or API */
|
* does not affect ABI or API */
|
||||||
#ifndef SPA_AUDIO_MAX_CHANNELS
|
#ifndef SPA_AUDIO_MAX_CHANNELS
|
||||||
#define SPA_AUDIO_MAX_CHANNELS 64u
|
#define SPA_AUDIO_MAX_CHANNELS 128u
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
enum spa_audio_format {
|
enum spa_audio_format {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue