diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-10 15:05:48 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-10 15:05:48 +0100 |
| commit | 41ab9a3ad26bb2fd17eca4d99780c46e315c393a (patch) | |
| tree | 67561be4fe87b1e2dd3ae56664baa8c3a033e2aa /src/mono_picture_frame.h | |
| parent | da2cb0bddaaca815440a06884cf3364050e03a0e (diff) | |
Rename XYZImage -> OpenJPEGImage.
Diffstat (limited to 'src/mono_picture_frame.h')
| -rw-r--r-- | src/mono_picture_frame.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mono_picture_frame.h b/src/mono_picture_frame.h index d4853d52..68e4edf8 100644 --- a/src/mono_picture_frame.h +++ b/src/mono_picture_frame.h @@ -38,7 +38,7 @@ namespace ASDCP { namespace dcp { -class XYZImage; +class OpenJPEGImage; /** @class MonoPictureFrame * @brief A single frame of a 2D (monoscopic) picture asset. @@ -51,7 +51,7 @@ public: MonoPictureFrame (); ~MonoPictureFrame (); - boost::shared_ptr<XYZImage> xyz_image (int reduce = 0) const; + boost::shared_ptr<OpenJPEGImage> xyz_image (int reduce = 0) const; uint8_t const * j2k_data () const; uint8_t* j2k_data (); |
