diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-22 21:43:32 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-22 21:43:32 +0000 |
| commit | 0f416fd215fd656e091a03090317328c418eaf67 (patch) | |
| tree | 7db77374b29650436dcccca8244bdc4cdfaec178 /src | |
| parent | 394abae7986abf4438184a712f16dfbe3c2734da (diff) | |
Comment.
Diffstat (limited to 'src')
| -rw-r--r-- | src/picture_asset_writer.h | 1 |
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) |
