summaryrefslogtreecommitdiff
path: root/src/sound_asset.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-07-31 01:08:50 +0100
committerCarl Hetherington <cth@carlh.net>2012-07-31 01:08:50 +0100
commit72d6b15182a2f43cccd99fef03e69583d8dd6e78 (patch)
tree8b170acffd57db36063ecbf72733924211991ab7 /src/sound_asset.cc
parentda2f0d96f3c5ffa73bfecd9df613b23200e862f7 (diff)
Metadata checking for MXFs.
Diffstat (limited to 'src/sound_asset.cc')
-rw-r--r--src/sound_asset.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound_asset.cc b/src/sound_asset.cc
index e22357fd..34508d5b 100644
--- a/src/sound_asset.cc
+++ b/src/sound_asset.cc
@@ -55,7 +55,7 @@ SoundAsset::SoundAsset (string directory, string mxf_name, int fps, int length)
: Asset (directory, mxf_name, 0, fps, length)
, _channels (0)
{
-
+ _digest = make_digest (mxf_path().string(), 0);
}
string