summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-01-22 21:43:32 +0000
committerCarl Hetherington <cth@carlh.net>2014-01-22 21:43:32 +0000
commit0f416fd215fd656e091a03090317328c418eaf67 (patch)
tree7db77374b29650436dcccca8244bdc4cdfaec178
parent394abae7986abf4438184a712f16dfbe3c2734da (diff)
Comment.
-rw-r--r--src/picture_asset_writer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/picture_asset_writer.h b/src/picture_asset_writer.h
index 68ba086b..a62b20b2 100644
--- a/src/picture_asset_writer.h
+++ b/src/picture_asset_writer.h
@@ -29,6 +29,7 @@ namespace libdcp {
class PictureAsset;
+/** Information about a single frame (either a monoscopic frame or a left *or* right eye stereoscopic frame) */
struct FrameInfo
{
FrameInfo (uint64_t o, uint64_t s, std::string h)