summaryrefslogtreecommitdiff
path: root/src/picture_frame.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-08-22 15:57:50 +0100
committerCarl Hetherington <cth@carlh.net>2012-08-22 15:57:50 +0100
commite75aef94aa603f5fa464a2b01ad4a19ce9f72c41 (patch)
tree0432ec0819e97b375064343e72da4fb941b5c49a /src/picture_frame.h
parent84a270f976b5264b67285ab70efef705b1aa0f00 (diff)
Some comments and dead code removal.
Diffstat (limited to 'src/picture_frame.h')
-rw-r--r--src/picture_frame.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/picture_frame.h b/src/picture_frame.h
index b2693f49..d207333a 100644
--- a/src/picture_frame.h
+++ b/src/picture_frame.h
@@ -33,6 +33,7 @@ namespace libdcp {
class ARGBFrame;
+/** A single frame of a 2D (monoscopic) picture asset */
class MonoPictureFrame
{
public:
@@ -45,6 +46,7 @@ private:
ASDCP::JP2K::FrameBuffer* _buffer;
};
+/** A single frame of a 3D (stereoscopic) picture asset */
class StereoPictureFrame
{
public: