From 4d03b76ff759e30ea079944c31a87e2b3e7a21ac Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 13 May 2024 13:19:18 +0200 Subject: Support some more random MCA tags seen in the field (EasyDCP 4.2.0). --- src/types.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/types.h') diff --git a/src/types.h b/src/types.h index 183ce638..65840e6d 100644 --- a/src/types.h +++ b/src/types.h @@ -99,7 +99,8 @@ enum class Channel { RS = 5, ///< right surround HI = 6, VI = 7, - /* 8 and 9 are not used */ + LC = 8, ///< not used, but referred to in MainSoundConfiguration in some CPLs + RC = 9, ///< not used, but referred to in MainSoundConfiguration in some CPLs BSL = 10, BSR = 11, MOTION_DATA = 12, -- cgit v1.2.3