summaryrefslogtreecommitdiffstats
path: root/src/pulse/format.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pulse/format.h')
-rw-r--r--src/pulse/format.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pulse/format.h b/src/pulse/format.h
index 51c9426c..bd32ba92 100644
--- a/src/pulse/format.h
+++ b/src/pulse/format.h
@@ -46,6 +46,9 @@ typedef enum pa_encoding {
PA_ENCODING_MPEG_IEC61937,
/**< MPEG-1 or MPEG-2 (Part 3, not AAC) data encapsulated in IEC 61937 header/padding */
+ PA_ENCODING_DTS_IEC61937,
+ /**< DTS data encapsulated in IEC 61937 header/padding */
+
PA_ENCODING_MAX,
/**< Valid encoding types must be less than this value */