diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-01-14 10:39:12 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-01-14 23:51:12 +0100 |
| commit | faa7efd869e11c6e0ec4f00da8e1ad99415c709b (patch) | |
| tree | 73868bd28712442a73c6478be89931a941ebcdbc /src/lib/film_util.h | |
| parent | 2a3a5622275f8dc669d589625718c8a2a14e75f1 (diff) | |
Put film_util methods in a namespace.
Diffstat (limited to 'src/lib/film_util.h')
| -rw-r--r-- | src/lib/film_util.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/lib/film_util.h b/src/lib/film_util.h index 3e5f40644..958c2c3cc 100644 --- a/src/lib/film_util.h +++ b/src/lib/film_util.h @@ -25,5 +25,16 @@ class Film; +namespace dcpomatic +{ +namespace film +{ + + bool channel_is_mapped(std::shared_ptr<const Film> film, dcp::Channel channel); boost::optional<boost::filesystem::path> add_files_override_path(std::shared_ptr<const Film> film); + + +} +} + |
