X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Ftools%2Fdcpomatic.cc;h=572a5be40adf0b20e74fa5c56502ae77f5275225;hp=5b2e1870be1d09d706c706f0cd0b14b6a5f024de;hb=bf19399f8c009ff211d5c7b45b0941417d963c4e;hpb=f737005941d25e5e5743a6770208f31bdca5527d diff --git a/src/tools/dcpomatic.cc b/src/tools/dcpomatic.cc index 5b2e1870b..572a5be40 100644 --- a/src/tools/dcpomatic.cc +++ b/src/tools/dcpomatic.cc @@ -757,7 +757,7 @@ private: a long time, and crashes/power failures are moderately likely. */ _film->write_metadata (); - _film->make_dcp (); + _film->make_dcp (true); } catch (BadSettingError& e) { error_dialog (this, wxString::Format (_("Bad setting for %s."), std_to_wx(e.setting()).data()), std_to_wx(e.what())); } catch (std::exception& e) {