diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-08-03 00:00:39 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-08-03 00:00:39 +0100 |
| commit | 894f567beaabb43cf96651e61c29d04f3e02ae50 (patch) | |
| tree | db7fa032270d88fabfe0e4819e48ab2e68a93150 /src/lib/config.h | |
| parent | bd540e569b65e4949aac80b988bfa421a0be90e6 (diff) | |
A bit of tidying up; don't build player ever for now; add -c option to makedcp to output configuration information.
Diffstat (limited to 'src/lib/config.h')
| -rw-r--r-- | src/lib/config.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/config.h b/src/lib/config.h index 64bcf4d86..14b541ee6 100644 --- a/src/lib/config.h +++ b/src/lib/config.h @@ -54,7 +54,6 @@ public: /** @return index of colour LUT to use when converting RGB to XYZ. * 0: sRGB * 1: Rec 709 - * 2: DC28 */ int colour_lut_index () const { return _colour_lut_index; @@ -185,7 +184,7 @@ private: * (see colour_lut_index ()) */ int _colour_lut_index; - /** bandwidth for J2K files in Mb/s */ + /** bandwidth for J2K files in bits per second */ int _j2k_bandwidth; /** J2K encoding servers to use */ |
