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_sound_asset.cc | |
| parent | fe0963218c6b872fc669cd57790c8352e0e9d144 (diff) | |
Get asset ID from the asset.
Diffstat (limited to 'src/reel_sound_asset.cc')
| -rw-r--r-- | src/reel_sound_asset.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/reel_sound_asset.cc b/src/reel_sound_asset.cc index 1a79e3bb..b23f5133 100644 --- a/src/reel_sound_asset.cc +++ b/src/reel_sound_asset.cc @@ -59,8 +59,8 @@ ReelSoundAsset::ReelSoundAsset(std::string id, dcp::Fraction edit_rate, int64_t } -ReelSoundAsset::ReelSoundAsset (shared_ptr<SoundAsset> asset, int64_t entry_point) - : ReelFileAsset (asset, asset->key_id(), asset->id(), asset->edit_rate(), asset->intrinsic_duration(), entry_point) +ReelSoundAsset::ReelSoundAsset(shared_ptr<SoundAsset> asset, int64_t entry_point) + : ReelFileAsset(asset, asset->key_id(), asset->edit_rate(), asset->intrinsic_duration(), entry_point) { } |
