diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-12 22:37:08 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-12 22:37:08 +0100 |
| commit | 749011eb81eeb8f0fbe74055c005b61cc8b1fb9a (patch) | |
| tree | fa637fdbbae050dc840396bce9d6c00cb219d485 /src/gamma_lut.h | |
| parent | 414c44166031003b29d1b0b2fd2c9748a63260b4 (diff) | |
Support rgb -> xyz encoding.
Diffstat (limited to 'src/gamma_lut.h')
| -rw-r--r-- | src/gamma_lut.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gamma_lut.h b/src/gamma_lut.h index c844de44..32e4af02 100644 --- a/src/gamma_lut.h +++ b/src/gamma_lut.h @@ -25,7 +25,7 @@ namespace libdcp { -class GammaLUT : public LUT<float> +class GammaLUT : public LUT { public: GammaLUT (int bit_length, float gamma); |
