mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-20 04:30:04 +01:00
Merge branch 'MGE-warning' into 'master'
spa: fix missing member initialization See merge request pipewire/pipewire!2645
This commit is contained in:
commit
986686e68d
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ static const struct spa_type_audio_layout_info {
|
|||
{ "7.1", { SPA_AUDIO_LAYOUT_7_1 } },
|
||||
{ "7.1W", { SPA_AUDIO_LAYOUT_7_1W } },
|
||||
{ "7.1WR", { SPA_AUDIO_LAYOUT_7_1WR } },
|
||||
{ NULL, },
|
||||
{ NULL, { 0, { SPA_AUDIO_CHANNEL_UNKNOWN } } },
|
||||
};
|
||||
|
||||
SPA_API_AUDIO_LAYOUT_TYPES int
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue