mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-24 21:40:03 +01:00
spa: fix missing member initialization
Signed-off-by: Martin Geier <martin.geier@streamunlimited.com>
This commit is contained in:
parent
e2262617aa
commit
8c7890eb52
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