Report progress with done/total rather than a float.
[libdcp.git] / src / asset.cc
index 15f810154c1c9939e6969c0e3c3d3e0c44356070..ef06ea8d6b49c24bfa9820f791e4d2036253b01b 100644 (file)
@@ -131,7 +131,7 @@ Asset::add_file_to_assetmap(AssetMap& asset_map, boost::filesystem::path root, b
 
 
 string
-Asset::hash (function<void (float)> progress) const
+Asset::hash(function<void (int64_t, int64_t)> progress) const
 {
        DCP_ASSERT (_file);