summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-04-03 23:26:50 +0200
committerCarl Hetherington <cth@carlh.net>2024-04-22 13:03:04 +0200
commit32053c222183e17c7c662e6d3f95b9a203461061 (patch)
treea848417a1380c054754f2c90b38b6c2edbf37fdd /src/lib
parentbd9594a3b9958076734c3c6b3e4105d142cde6f4 (diff)
Update available containers whenever they change, always adding the one that the film is currently using.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/config.h b/src/lib/config.h
index 05421c20a..ff71f8a38 100644
--- a/src/lib/config.h
+++ b/src/lib/config.h
@@ -97,6 +97,7 @@ public:
AUTO_CROP_THRESHOLD,
ALLOW_SMPTE_BV20,
ISDCF_NAME_PART_LENGTH,
+ ALLOW_ANY_CONTAINER,
#ifdef DCPOMATIC_GROK
GROK,
#endif
@@ -742,7 +743,7 @@ public:
}
void set_allow_any_container (bool a) {
- maybe_set (_allow_any_container, a);
+ maybe_set(_allow_any_container, a, ALLOW_ANY_CONTAINER);
}
void set_allow_96hhz_audio (bool a) {