summaryrefslogtreecommitdiff
path: root/src/dcp.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-08-09 23:27:15 +0100
committerCarl Hetherington <cth@carlh.net>2012-08-09 23:27:15 +0100
commitf6ee90107839e0d750d8678b67c9d6d1d596d739 (patch)
tree27c500a6e1c0c56e3fa54dff2c2a401c6f06e114 /src/dcp.h
parentc2c7b454d8ca179880942e3341dd8b17c084f5a3 (diff)
Add picture frame extraction.
Diffstat (limited to 'src/dcp.h')
-rw-r--r--src/dcp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dcp.h b/src/dcp.h
index 5a429a17..924a9f4f 100644
--- a/src/dcp.h
+++ b/src/dcp.h
@@ -39,6 +39,7 @@ namespace libdcp
{
class Asset;
+class PictureAsset;
/** @class DCP dcp.h libdcp/dcp.h
* @brief A class to create or read a DCP.
@@ -106,6 +107,8 @@ public:
return _length;
}
+ boost::shared_ptr<const PictureAsset> picture_asset () const;
+
std::list<std::string> equals (DCP const & other, EqualityOptions options) const;
/** Emitted with a parameter between 0 and 1 to indicate progress