diff options
Diffstat (limited to 'src/3rdparty/libmng/libmng_pixels.c')
-rw-r--r-- | src/3rdparty/libmng/libmng_pixels.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/3rdparty/libmng/libmng_pixels.c b/src/3rdparty/libmng/libmng_pixels.c index 8192a80be..737921722 100644 --- a/src/3rdparty/libmng/libmng_pixels.c +++ b/src/3rdparty/libmng/libmng_pixels.c @@ -1919,11 +1919,11 @@ mng_retcode restore_bkgd_bgr8 (mng_datap pData) /* ************************************************************************** */ /* TODO: a serious optimization is to retrieve only those pixels that will - actually be displayed; this would retquire changes in + actually be displayed; this would require changes in the "display_image" routine (in mng_display.c) & all the "retrieve_xxx" routines below & the "display_xxx" routines above !!!!! - NOTE that "correct_xxx" routines would not retquire modification */ + NOTE that "correct_xxx" routines would not require modification */ mng_retcode retrieve_g8 (mng_datap pData) { @@ -8237,7 +8237,7 @@ mng_retcode init_rowproc (mng_datap pData) } /* allocate the buffers; the individual init routines have already - calculated the retquired maximum size; except in the case of a JNG + calculated the required maximum size; except in the case of a JNG without alpha!!! */ if (pData->iRowmax) { |