From 4e15f606b7c268727b34603dabd1f2dbe368fbef Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 6 Nov 2016 13:42:39 +0000 Subject: Comment tweak. --- src/rgb_xyz.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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::rgb_to_xyz ( -- cgit v1.2.3