summaryrefslogtreecommitdiff
path: root/src/pulse/format.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pulse/format.c')
-rw-r--r--src/pulse/format.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pulse/format.c b/src/pulse/format.c
index 8474978d5..07b4420e7 100644
--- a/src/pulse/format.c
+++ b/src/pulse/format.c
@@ -47,6 +47,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",
};