summaryrefslogtreecommitdiffstats
path: root/src/pulse/format.h
diff options
context:
space:
mode:
authorArun Raghavan <arun.raghavan@collabora.co.uk>2011-03-09 20:50:25 +0530
committerArun Raghavan <arun.raghavan@collabora.co.uk>2011-05-02 11:55:39 +0530
commit9a39a3df10c3874bf0b5b091f721a6d8ab8750a5 (patch)
tree8b1ebdc6b8a5a2315205107fd608dc83f3f562f1 /src/pulse/format.h
parent7aa84e82089a88a542f15cbf6f38c808b4f04db1 (diff)
format: Add a type for DTS
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 */