diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-08-04 21:56:14 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-08-04 21:56:14 +0100 |
| commit | ada96204dfa1456da77e2ea7469f492cfc0a5483 (patch) | |
| tree | 126df9fbef5cbe3fe6f31e3d062e29caa833a955 /src/lib/writer.cc | |
| parent | 6543cce6266e2f8389cf1c3987252caf9e254a5a (diff) | |
Different configuration of filename format for assets / metadata (since CPL/PKL files don't refer to reels).
Diffstat (limited to 'src/lib/writer.cc')
| -rw-r--r-- | src/lib/writer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/writer.cc b/src/lib/writer.cc index a5085abae..85099062f 100644 --- a/src/lib/writer.cc +++ b/src/lib/writer.cc @@ -514,7 +514,7 @@ Writer::finish () } } - dcp.write_xml (_film->interop () ? dcp::INTEROP : dcp::SMPTE, meta, signer, Config::instance()->dcp_filename_format()); + dcp.write_xml (_film->interop () ? dcp::INTEROP : dcp::SMPTE, meta, signer, Config::instance()->dcp_metadata_filename_format()); LOG_GENERAL ( N_("Wrote %1 FULL, %2 FAKE, %3 REPEAT, %4 pushed to disk"), _full_written, _fake_written, _repeat_written, _pushed_to_disk |
