summaryrefslogtreecommitdiffstats
path: root/src/pulse/format.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pulse/format.c')
-rw-r--r--src/pulse/format.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pulse/format.c b/src/pulse/format.c
index 0c5c24b1..e601d902 100644
--- a/src/pulse/format.c
+++ b/src/pulse/format.c
@@ -40,6 +40,7 @@ const char *pa_encoding_to_string(pa_encoding_t e) {
[PA_ENCODING_AC3_IEC61937] = "ac3-iec61937",
[PA_ENCODING_EAC3_IEC61937] = "eac3-iec61937",
[PA_ENCODING_MPEG_IEC61937] = "mpeg-iec61937",
+ [PA_ENCODING_DTS_IEC61937] = "dts-iec61937",
[PA_ENCODING_ANY] = "any",
};