diff --git a/pipewire-pulseaudio/src/format.c b/pipewire-pulseaudio/src/format.c index b0527a738..03759a1e2 100644 --- a/pipewire-pulseaudio/src/format.c +++ b/pipewire-pulseaudio/src/format.c @@ -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", };