diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-07-20 15:11:57 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-07-20 15:11:57 +0100 |
| commit | da228f37426ac999f02e03e558acef5501b22361 (patch) | |
| tree | 201e133ec9bd72c0a3f5f2182476717994809ff7 /src/reel_picture_asset.cc | |
| parent | 454e76146a5bd522e47ebbedd490e89ef95dd186 (diff) | |
Tidy up KDM generation from CPLs a bit.
Diffstat (limited to 'src/reel_picture_asset.cc')
| -rw-r--r-- | src/reel_picture_asset.cc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/reel_picture_asset.cc b/src/reel_picture_asset.cc index c8556b4c..4f737a91 100644 --- a/src/reel_picture_asset.cc +++ b/src/reel_picture_asset.cc @@ -90,3 +90,9 @@ ReelPictureAsset::write_to_cpl (xmlpp::Node* node, Standard standard) const ); } } + +string +ReelPictureAsset::key_type () const +{ + return "MDIK"; +} |
