summaryrefslogtreecommitdiff
path: root/src/reel_atmos_asset.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-03-15 22:46:00 +0000
committerCarl Hetherington <cth@carlh.net>2019-03-17 00:24:07 +0000
commit7cc85a6cda9787796b3d191251c0653b6df67ceb (patch)
tree1375c6e148d903ad4af834d5db0c8b3dbc703047 /src/reel_atmos_asset.cc
parent3537583f15ebca59eb9e5abb85452b54183210ba (diff)
Finish initial CPL markers support.markers
Diffstat (limited to 'src/reel_atmos_asset.cc')
-rw-r--r--src/reel_atmos_asset.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reel_atmos_asset.cc b/src/reel_atmos_asset.cc
index f5dbc9fa..1ce8b6ea 100644
--- a/src/reel_atmos_asset.cc
+++ b/src/reel_atmos_asset.cc
@@ -47,7 +47,7 @@ using boost::shared_ptr;
using namespace dcp;
ReelAtmosAsset::ReelAtmosAsset (boost::shared_ptr<AtmosAsset> asset, int64_t entry_point)
- : ReelAsset (asset, asset->edit_rate(), asset->intrinsic_duration(), entry_point)
+ : ReelAsset (asset->id(), asset->edit_rate(), asset->intrinsic_duration(), entry_point)
, ReelMXF (asset, asset->key_id())
{