summaryrefslogtreecommitdiff
path: root/src/cpl.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-08-29 14:24:09 +0100
committerCarl Hetherington <cth@carlh.net>2013-08-29 14:24:09 +0100
commite3f4b24468b39701030025f83f18d85c5c4e0844 (patch)
tree509e98315491593aab707e127ed26b65d59681be /src/cpl.cc
parentd697e7bedb1e42f5167c92fd9ab363f496d718f5 (diff)
Optional progress reporting when making MXF hashes.
Diffstat (limited to 'src/cpl.cc')
-rw-r--r--src/cpl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpl.cc b/src/cpl.cc
index e4f36fed..561cc989 100644
--- a/src/cpl.cc
+++ b/src/cpl.cc
@@ -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 ());
}