summaryrefslogtreecommitdiff
path: root/src/mono_picture_frame.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-10 15:05:48 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-10 15:05:48 +0100
commit41ab9a3ad26bb2fd17eca4d99780c46e315c393a (patch)
tree67561be4fe87b1e2dd3ae56664baa8c3a033e2aa /src/mono_picture_frame.cc
parentda2cb0bddaaca815440a06884cf3364050e03a0e (diff)
Rename XYZImage -> OpenJPEGImage.
Diffstat (limited to 'src/mono_picture_frame.cc')
-rw-r--r--src/mono_picture_frame.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mono_picture_frame.cc b/src/mono_picture_frame.cc
index 1237fd90..fe35b6a9 100644
--- a/src/mono_picture_frame.cc
+++ b/src/mono_picture_frame.cc
@@ -112,7 +112,7 @@ MonoPictureFrame::j2k_size () const
* of the image, expressed as a power of two (pass 0 for no
* reduction).
*/
-shared_ptr<XYZImage>
+shared_ptr<OpenJPEGImage>
MonoPictureFrame::xyz_image (int reduce) const
{
return decompress_j2k (const_cast<uint8_t*> (_buffer->RoData()), _buffer->Size(), reduce);