summaryrefslogtreecommitdiff
path: root/src/asset.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/asset.h
parentc2c7b454d8ca179880942e3341dd8b17c084f5a3 (diff)
Add picture frame extraction.
Diffstat (limited to 'src/asset.h')
-rw-r--r--src/asset.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/asset.h b/src/asset.h
index 6c0a9803..b7b2065b 100644
--- a/src/asset.h
+++ b/src/asset.h
@@ -25,6 +25,7 @@
#define LIBDCP_ASSET_H
#include <string>
+#include <boost/filesystem.hpp>
#include <sigc++/sigc++.h>
#include "types.h"
@@ -68,6 +69,8 @@ public:
virtual std::list<std::string> equals (boost::shared_ptr<const Asset> other, EqualityOptions opt) const;
+ int length () const;
+
protected:
friend class PictureAsset;
friend class SoundAsset;