summaryrefslogtreecommitdiff
path: root/test/stream_operators.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-05-13 13:19:18 +0200
committerCarl Hetherington <cth@carlh.net>2024-05-13 20:35:23 +0200
commit4d03b76ff759e30ea079944c31a87e2b3e7a21ac (patch)
tree15d6dc10168a25b81e246727d4b3f6eea0f8a98e /test/stream_operators.cc
parent869462070671b273ac528e075ac1c00a417cc8a0 (diff)
Support some more random MCA tags seen in the field (EasyDCP 4.2.0).
Diffstat (limited to 'test/stream_operators.cc')
-rw-r--r--test/stream_operators.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/stream_operators.cc b/test/stream_operators.cc
index 87949e84..0ed0d05f 100644
--- a/test/stream_operators.cc
+++ b/test/stream_operators.cc
@@ -130,6 +130,12 @@ dcp::operator<<(ostream& s, Channel c)
case Channel::VI:
s << "vi(7)";
break;
+ case Channel::LC:
+ s << "lc(8)";
+ break;
+ case Channel::RC:
+ s << "rc(9)";
+ break;
case Channel::BSL:
s << "bsl(10)";
break;