summaryrefslogtreecommitdiff
path: root/src/lib/reel_writer.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-01-14 10:39:12 +0100
committerCarl Hetherington <cth@carlh.net>2025-01-14 23:51:12 +0100
commitfaa7efd869e11c6e0ec4f00da8e1ad99415c709b (patch)
tree73868bd28712442a73c6478be89931a941ebcdbc /src/lib/reel_writer.cc
parent2a3a5622275f8dc669d589625718c8a2a14e75f1 (diff)
Put film_util methods in a namespace.
Diffstat (limited to 'src/lib/reel_writer.cc')
-rw-r--r--src/lib/reel_writer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/reel_writer.cc b/src/lib/reel_writer.cc
index 3cd889249..7bcc2d796 100644
--- a/src/lib/reel_writer.cc
+++ b/src/lib/reel_writer.cc
@@ -226,7 +226,7 @@ ReelWriter::ReelWriter (
std::vector<dcp::Channel> extra_active_channels;
for (auto channel: std::vector<dcp::Channel>{dcp::Channel::HI, dcp::Channel::VI, dcp::Channel::BSL, dcp::Channel::BSR}) {
- if (channel_is_mapped(film(), channel)) {
+ if (dcpomatic::film::channel_is_mapped(film(), channel)) {
extra_active_channels.push_back(channel);
}
}