diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-17 17:53:08 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-17 17:53:08 +0100 |
| commit | 22c2111406075c98a2bf5feeaa92fa16293bc15a (patch) | |
| tree | a8770a0449205e4023d66aef91b674ccbf123343 /src/picture_asset.h | |
| parent | b6718fb437f242fd5127194d4c94e39d71c5e1ad (diff) | |
Some comments.
Diffstat (limited to 'src/picture_asset.h')
| -rw-r--r-- | src/picture_asset.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/picture_asset.h b/src/picture_asset.h index cef5367b..8883e538 100644 --- a/src/picture_asset.h +++ b/src/picture_asset.h @@ -22,6 +22,7 @@ namespace libdcp { +/** An asset made up of JPEG2000 files */ class PictureAsset : public Asset { public: @@ -30,7 +31,9 @@ public: void write_to_cpl (std::ostream &) const; private: + /** picture width in pixels */ int _width; + /** picture height in pixels */ int _height; }; |
