Use pofilter to check i18n and fix some .po file glitches.
[dcpomatic.git] / src / tools / dcpomatic_create.cc
index 6d36735e1e271baa81058f613fba391ec1ba9676..40d764c2b64e430e8c6fb6521d3fa760fd39571f 100644 (file)
@@ -101,6 +101,9 @@ main (int argc, char* argv[])
                film->set_encrypted (cc.encrypt);
                film->set_three_d (cc.threed);
                film->set_resolution (cc.fourk ? RESOLUTION_4K : RESOLUTION_2K);
+               if (cc.j2k_bandwidth) {
+                       film->set_j2k_bandwidth (*cc.j2k_bandwidth);
+               }
 
                BOOST_FOREACH (CreateCLI::Content i, cc.content) {
                        boost::filesystem::path const can = boost::filesystem::canonical (i.path);