diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-08-29 14:24:09 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-08-29 14:24:09 +0100 |
| commit | e3f4b24468b39701030025f83f18d85c5c4e0844 (patch) | |
| tree | 509e98315491593aab707e127ed26b65d59681be /src/cpl.cc | |
| parent | d697e7bedb1e42f5167c92fd9ab363f496d718f5 (diff) | |
Optional progress reporting when making MXF hashes.
Diffstat (limited to 'src/cpl.cc')
| -rw-r--r-- | src/cpl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -252,7 +252,7 @@ CPL::write_xml (bool interop, XMLMetadata const & metadata, shared_ptr<Encryptio doc.write_to_file_formatted (p.string (), "UTF-8"); - _digest = make_digest (p.string ()); + _digest = make_digest (p.string (), 0); _length = boost::filesystem::file_size (p.string ()); } |
