diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-04-11 23:03:36 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-05-13 08:54:58 +0200 |
| commit | 87c1ac59d40f611fed94fa4120f9c21ef2baa2d2 (patch) | |
| tree | 4453763a915f57b3c7aa2ec05189e63fed6a9269 /src/lib/image.cc | |
| parent | a4c510f8e3730d918c5ba54b1b4aaf307d748e0f (diff) | |
Fix some typos in comments.
Diffstat (limited to 'src/lib/image.cc')
| -rw-r--r-- | src/lib/image.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/image.cc b/src/lib/image.cc index d84755df3..3aba3ebd5 100644 --- a/src/lib/image.cc +++ b/src/lib/image.cc @@ -328,7 +328,7 @@ Image::convert_pixel_format (dcp::YUVToRGB yuv_to_rgb, AVPixelFormat out_format, /** @param out_size Size to scale to. * @param yuv_to_rgb YUVToRGB transform transform to use, if required. * @param out_format Output pixel format. - * @param out_aligment Output alignment. + * @param out_alignment Output alignment. * @param fast Try to be fast at the possible expense of quality; at present this means using * fast bilinear rather than bicubic scaling. */ |
