diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-01-28 10:35:33 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-01-28 10:35:33 +0000 |
| commit | 491ac453512ac1982f62fc0d2a310586427601d7 (patch) | |
| tree | 259cb4f798f5d865a10f0391ea3fe6a3a68bb25f /src/mono_picture_frame.cc | |
| parent | 3c735aa41fb24dbcd5ac15fba4d60e1554e124c6 (diff) | |
Some OS X build fixes.
Diffstat (limited to 'src/mono_picture_frame.cc')
| -rw-r--r-- | src/mono_picture_frame.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mono_picture_frame.cc b/src/mono_picture_frame.cc index 617d4687..9c0c3cae 100644 --- a/src/mono_picture_frame.cc +++ b/src/mono_picture_frame.cc @@ -120,7 +120,7 @@ MonoPictureFrame::j2k_size () const * is blue, second green, third red and fourth alpha (always 255). */ shared_ptr<ARGBFrame> -MonoPictureFrame::argb_frame (int reduce, float srgb_gamma) const +MonoPictureFrame::argb_frame (int reduce) const { return xyz_to_rgba ( decompress_j2k (const_cast<uint8_t*> (_buffer->RoData()), _buffer->Size(), reduce), |
