diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-01-05 22:02:24 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-01-05 22:02:24 +0000 |
| commit | fd8a665cbb0a9a44995f88567747e2379a6f4098 (patch) | |
| tree | bd5b38579afdc55025cc93e52b8595a8aeebd46a /src/picture_asset.cc | |
| parent | 40c974694bb6c01d7bfd432b7467b933e01dc418 (diff) | |
Various probably quite untidy progress on KDMs.
Diffstat (limited to 'src/picture_asset.cc')
| -rw-r--r-- | src/picture_asset.cc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/picture_asset.cc b/src/picture_asset.cc index 295afc15..f783bb39 100644 --- a/src/picture_asset.cc +++ b/src/picture_asset.cc @@ -391,3 +391,9 @@ StereoPictureAsset::get_frame (int n) const { return shared_ptr<const StereoPictureFrame> (new StereoPictureFrame (path().string(), n + _entry_point)); } + +string +PictureAsset::key_type () const +{ + return "MDIK"; +} |
