diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/config.h | 3 |
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) { |
