summaryrefslogtreecommitdiff
path: root/src/asset.cc
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.cc
parentc2c7b454d8ca179880942e3341dd8b17c084f5a3 (diff)
Add picture frame extraction.
Diffstat (limited to 'src/asset.cc')
-rw-r--r--src/asset.cc10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/asset.cc b/src/asset.cc
index 78686a17..d8cf25da 100644
--- a/src/asset.cc
+++ b/src/asset.cc
@@ -159,6 +159,10 @@ Asset::digest () const
return _digest;
}
-
-
-
+int
+Asset::length () const
+{
+ return _length;
+}
+
+