diff options
Diffstat (limited to 'src/picture_asset.h')
| -rw-r--r-- | src/picture_asset.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/picture_asset.h b/src/picture_asset.h index 41b09b58..4e1801f9 100644 --- a/src/picture_asset.h +++ b/src/picture_asset.h @@ -27,6 +27,8 @@ namespace libdcp { +class PictureFrame; + /** @brief An asset made up of JPEG2000 files */ class PictureAsset : public Asset { @@ -83,6 +85,8 @@ public: void write_to_cpl (std::ostream& s) const; std::list<std::string> equals (boost::shared_ptr<const Asset> other, EqualityOptions opt) const; + + boost::shared_ptr<const PictureFrame> get_frame (int n) const; private: std::string path_from_list (int f, std::vector<std::string> const & files) const; |
