diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-12-13 11:00:39 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-12-13 11:00:59 +0100 |
| commit | 5e6a67755f80f41ca105519ffdf5211daddbb3a6 (patch) | |
| tree | f87eb403b9aa9f422823a3b453de7dfe1151a88c /src/lib/j2k_image_proxy.cc | |
| parent | 79eb7fbd181a6eb371a8e91f8a2892439102d187 (diff) | |
Tidy up some comments.macos-full-screen
Diffstat (limited to 'src/lib/j2k_image_proxy.cc')
| -rw-r--r-- | src/lib/j2k_image_proxy.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/j2k_image_proxy.cc b/src/lib/j2k_image_proxy.cc index 8fb387158..4c19699b3 100644 --- a/src/lib/j2k_image_proxy.cc +++ b/src/lib/j2k_image_proxy.cc @@ -147,8 +147,8 @@ J2KImageProxy::prepare (Image::Alignment alignment, optional<dcp::Size> target_s int const shift = 16 - decompressed->precision (0); /* Copy data in whatever format (sRGB or XYZ) into our Image; I'm assuming - the data is 12-bit either way. - */ + * the data is 12-bit either way. + */ int const width = decompressed->size().width; |
