summaryrefslogtreecommitdiff
path: root/src/lib/util.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-05-14 00:02:54 +0200
committerCarl Hetherington <cth@carlh.net>2024-05-14 00:02:54 +0200
commitbcf0f131281399f93fe2ca57c99d1046b3a2fb44 (patch)
tree55f9772bffea55f60ce7ad570ffa794c9499d55f /src/lib/util.cc
parent7b141c3c822347b815efc36bf638b8fb8c4dab9e (diff)
Fix warning cause by previous libdcp bump.
Diffstat (limited to 'src/lib/util.cc')
-rw-r--r--src/lib/util.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/util.cc b/src/lib/util.cc
index fe6602de3..fdc647fba 100644
--- a/src/lib/util.cc
+++ b/src/lib/util.cc
@@ -840,6 +840,8 @@ audio_channel_types (list<int> mapped, int channels)
case dcp::Channel::BSR:
++non_lfe;
break;
+ case dcp::Channel::LC:
+ case dcp::Channel::RC:
case dcp::Channel::HI:
case dcp::Channel::VI:
case dcp::Channel::MOTION_DATA: