mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
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:
parent
fb49759d1f
commit
c94aff8cae
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue