diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-02-01 01:02:03 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-02-01 01:02:03 +0100 |
| commit | 2a30341b98a5c7e8cf8ff107ac5b35e91beae1fe (patch) | |
| tree | 7f519790f6121769d40cd346b35fba9d5e2ce62f /src/reel_picture_asset.cc | |
| parent | fe0963218c6b872fc669cd57790c8352e0e9d144 (diff) | |
Get asset ID from the asset.
Diffstat (limited to 'src/reel_picture_asset.cc')
| -rw-r--r-- | src/reel_picture_asset.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reel_picture_asset.cc b/src/reel_picture_asset.cc index 9cb36957..908f1fe0 100644 --- a/src/reel_picture_asset.cc +++ b/src/reel_picture_asset.cc @@ -61,7 +61,7 @@ using namespace dcp; ReelPictureAsset::ReelPictureAsset(shared_ptr<PictureAsset> asset, int64_t entry_point) - : ReelFileAsset (asset, asset->key_id(), asset->id(), asset->edit_rate(), asset->intrinsic_duration(), entry_point) + : ReelFileAsset(asset, asset->key_id(), asset->edit_rate(), asset->intrinsic_duration(), entry_point) , _frame_rate (asset->frame_rate ()) , _screen_aspect_ratio (asset->screen_aspect_ratio ()) { |
