diff options
Diffstat (limited to 'lib/jxl/luminance.h')
-rw-r--r-- | lib/jxl/luminance.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/jxl/luminance.h b/lib/jxl/luminance.h index 92f889a..3181576 100644 --- a/lib/jxl/luminance.h +++ b/lib/jxl/luminance.h @@ -12,10 +12,9 @@ namespace jxl { // image, if known. For SDR images or images not known to be HDR, returns // kDefaultIntensityTarget, for images known to have PQ or HLG transfer function // returns a higher value. -class CodecInOut; -void SetIntensityTarget(CodecInOut* io); struct ImageMetadata; +// TODO(eustas): rename void SetIntensityTarget(ImageMetadata* m); } // namespace jxl |