diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-11-14 21:58:17 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-11-14 21:58:17 +0100 |
| commit | 319d1b57ce0062193dac3883b264cbe7b4982113 (patch) | |
| tree | ef6cf7f24b077dc155b7a3f929db2aa963d31520 /src | |
| parent | a64f34bc9b65988e8f982e5e847cfd3cf534eb9e (diff) | |
Cleanup: remove unnecessary initialization.
Diffstat (limited to 'src')
| -rw-r--r-- | src/picture_asset.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/picture_asset.cc b/src/picture_asset.cc index 8dc472ea..c9f669a6 100644 --- a/src/picture_asset.cc +++ b/src/picture_asset.cc @@ -66,7 +66,6 @@ using namespace dcp; PictureAsset::PictureAsset (boost::filesystem::path file) : Asset (file) - , _intrinsic_duration (0) { } @@ -75,7 +74,6 @@ PictureAsset::PictureAsset (boost::filesystem::path file) PictureAsset::PictureAsset (Fraction edit_rate, Standard standard) : MXF (standard) , _edit_rate (edit_rate) - , _intrinsic_duration (0) { } |
