X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fconfig.h;fp=src%2Flib%2Fconfig.h;h=ff71f8a388e9a4927455d2bbe69a955745cf47c3;hb=32053c222183e17c7c662e6d3f95b9a203461061;hp=05421c20a7688ddf6b3fc8c4ea7667d16b151931;hpb=bd9594a3b9958076734c3c6b3e4105d142cde6f4;p=dcpomatic.git 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) {