diff options
Diffstat (limited to 'tqtinterface/qt4/src/3rdparty/libjpeg/jdmainct.c')
-rw-r--r-- | tqtinterface/qt4/src/3rdparty/libjpeg/jdmainct.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tqtinterface/qt4/src/3rdparty/libjpeg/jdmainct.c b/tqtinterface/qt4/src/3rdparty/libjpeg/jdmainct.c index 0cc0426..82517ae 100644 --- a/tqtinterface/qt4/src/3rdparty/libjpeg/jdmainct.c +++ b/tqtinterface/qt4/src/3rdparty/libjpeg/jdmainct.c @@ -5,7 +5,7 @@ * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * - * This file tqcontains the main buffer controller for decompression. + * This file contains the main buffer controller for decompression. * The main buffer lies between the JPEG decompressor proper and the * post-processor; it holds downsampled data in the JPEG colorspace. * @@ -36,7 +36,7 @@ * applying). * * The coefficient controller will deliver data to us one iMCU row at a time; - * each iMCU row tqcontains v_samp_factor * DCT_scaled_size sample rows, or + * each iMCU row contains v_samp_factor * DCT_scaled_size sample rows, or * exactly min_DCT_scaled_size row groups. (This amount of data corresponds * to one row of MCUs when the image is fully interleaved.) Note that the * number of sample rows varies across components, but the number of row @@ -51,7 +51,7 @@ * out as row groups to the postprocessor. * * When need_context_rows is TRUE, this controller guarantees that the buffer - * passed to postprocessing tqcontains at least one row group's worth of samples + * passed to postprocessing contains at least one row group's worth of samples * above and below the row group(s) being processed. Note that the context * rows "above" the first passed row group appear at negative row offsets in * the passed buffer. At the top and bottom of the image, the required |