diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-07-26 13:21:40 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-07-26 13:21:40 +0100 |
| commit | b395478cbb0706de2b6afa9a34fb33e49c61ee67 (patch) | |
| tree | e773c3601c3c5f4d597d4786f4e0a99a44624817 /src/lib/j2k_image_proxy.h | |
| parent | f0a9735731740bf9da24847294d9781f1bc3a331 (diff) | |
Rename some variables.
Diffstat (limited to 'src/lib/j2k_image_proxy.h')
| -rw-r--r-- | src/lib/j2k_image_proxy.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/j2k_image_proxy.h b/src/lib/j2k_image_proxy.h index 8fc9040d5..41d68588f 100644 --- a/src/lib/j2k_image_proxy.h +++ b/src/lib/j2k_image_proxy.h @@ -65,7 +65,7 @@ private: dcp::Data _data; dcp::Size _size; boost::optional<dcp::Eye> _eye; - mutable boost::shared_ptr<dcp::OpenJPEGImage> _j2k; - mutable boost::optional<dcp::Size> _j2k_target_size; + mutable boost::shared_ptr<dcp::OpenJPEGImage> _decompressed; + mutable boost::optional<dcp::Size> _target_size; AVPixelFormat _pixel_format; }; |
