mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
pulse: add missing format
This commit is contained in:
parent
023281fd0b
commit
a01cf5eeda
1 changed files with 2 additions and 0 deletions
|
|
@ -76,6 +76,8 @@ static const char* const _encoding_str_table[]= {
|
|||
[PA_ENCODING_MPEG_IEC61937] = "mpeg-iec61937",
|
||||
[PA_ENCODING_DTS_IEC61937] = "dts-iec61937",
|
||||
[PA_ENCODING_MPEG2_AAC_IEC61937] = "mpeg2-aac-iec61937",
|
||||
[PA_ENCODING_TRUEHD_IEC61937] = "truehd-iec61937",
|
||||
[PA_ENCODING_DTSHD_IEC61937] = "dtshd-iec61937",
|
||||
[PA_ENCODING_ANY] = "any",
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue