Comment.
authorCarl Hetherington <cth@carlh.net>
Wed, 22 Jan 2014 21:43:32 +0000 (21:43 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 22 Jan 2014 21:43:32 +0000 (21:43 +0000)
src/picture_asset_writer.h

index 68ba086be79eee3abb3d366a179962736c7f827c..a62b20b256081675cb75098c59ecced79ed38c07 100644 (file)
@@ -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)