summaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-01-15 21:15:16 +0100
committerCarl Hetherington <cth@carlh.net>2023-01-23 23:58:56 +0100
commit338302bb147396c7956cf658f68c574f56c74fa8 (patch)
tree1c558d377979d0b0c9572460c7d2aa0db065703f /src/types.h
parentd1ed2647b9ed99571a33fc40ab2372cb7999bef0 (diff)
Add support for 20 as a MainSoundConfiguration.v1.8.53
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/types.h b/src/types.h
index a60193a4..7e0ae9a9 100644
--- a/src/types.h
+++ b/src/types.h
@@ -118,6 +118,7 @@ std::vector<dcp::Channel> used_audio_channels ();
enum class MCASoundField
{
+ STEREO,
FIVE_POINT_ONE,
SEVEN_POINT_ONE
};