summaryrefslogtreecommitdiff
path: root/src/lib/image.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-05-14 19:27:04 +0100
committerCarl Hetherington <cth@carlh.net>2014-05-14 19:27:04 +0100
commit21e8238484af35ac207b01defe406e73445632be (patch)
tree8985d03f7b5641fd4e160d5ca4cac253976d51ff /src/lib/image.h
parent5c09a82e483593fb37da0cad20679be735887613 (diff)
Make DCPVideoFrame use PlayerVideoFrame to store its image.
Diffstat (limited to 'src/lib/image.h')
-rw-r--r--src/lib/image.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/image.h b/src/lib/image.h
index 2d9f32231..f83bf6998 100644
--- a/src/lib/image.h
+++ b/src/lib/image.h
@@ -73,6 +73,8 @@ public:
return _pixel_format;
}
+ std::string digest () const;
+
private:
friend class pixel_formats_test;