diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-11-06 13:42:39 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-11-06 13:42:39 +0000 |
| commit | 4e15f606b7c268727b34603dabd1f2dbe368fbef (patch) | |
| tree | 60755f4362d79b0ad42763c52ebdf30a1f7a1d25 /src | |
| parent | badcfc45f972fef9e2ebb895965bfd4b971dd4a3 (diff) | |
Comment tweak.
Diffstat (limited to 'src')
| -rw-r--r-- | src/rgb_xyz.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rgb_xyz.cc b/src/rgb_xyz.cc index d299340e..f0480431 100644 --- a/src/rgb_xyz.cc +++ b/src/rgb_xyz.cc @@ -276,8 +276,8 @@ dcp::combined_rgb_to_xyz (ColourConversion const & conversion, double* matrix) /** @param rgb RGB data; packed RGB 16:16:16, 48bpp, 16R, 16G, 16B, * with the 2-byte value for each R/G/B component stored as * little-endian; i.e. AV_PIX_FMT_RGB48LE. - * @param size of RGB image in pixels. - * @param stride of RGB data in pixels. + * @param size size of RGB image in pixels. + * @param size stride of RGB data in pixels. */ shared_ptr<dcp::OpenJPEGImage> dcp::rgb_to_xyz ( |
