From: Carl Hetherington Date: Fri, 1 Dec 2023 23:03:52 +0000 (+0100) Subject: Add some MCA IDs that claim to be from ClipsterDCI 5.9.3.5. X-Git-Tag: v1.8.89 X-Git-Url: https://git.carlh.net/gitweb/?p=libdcp.git;a=commitdiff_plain;h=6973568117ed23c300f5ffa538f7eae87a9a9927 Add some MCA IDs that claim to be from ClipsterDCI 5.9.3.5. --- diff --git a/src/types.cc b/src/types.cc index 7f1395df..f4bf8db0 100644 --- a/src/types.cc +++ b/src/types.cc @@ -547,9 +547,9 @@ dcp::mca_id_to_channel (string id) return Channel::HI; } else if (id == "vin" || id == "vi-n") { return Channel::VI; - } else if (id == "lrs") { + } else if (id == "lrs" || id == "lsr") { return Channel::BSL; - } else if (id == "rrs") { + } else if (id == "rrs" || id == "rsr") { return Channel::BSR; } else if (id == "dbox") { return Channel::MOTION_DATA;