diff options
Diffstat (limited to 'tqtinterface/qt4/src/3rdparty/libjpeg/jccoefct.c')
-rw-r--r-- | tqtinterface/qt4/src/3rdparty/libjpeg/jccoefct.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tqtinterface/qt4/src/3rdparty/libjpeg/jccoefct.c b/tqtinterface/qt4/src/3rdparty/libjpeg/jccoefct.c index 8a322e6..1963ddb 100644 --- a/tqtinterface/qt4/src/3rdparty/libjpeg/jccoefct.c +++ b/tqtinterface/qt4/src/3rdparty/libjpeg/jccoefct.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 coefficient buffer controller for compression. + * This file contains the coefficient buffer controller for compression. * This controller is the top level of the JPEG compressor proper. * The coefficient buffer lies between forward-DCT and entropy encoding steps. */ @@ -135,7 +135,7 @@ start_pass_coef (j_compress_ptr cinfo, J_BUF_MODE pass_mode) * per call, ie, v_samp_factor block rows for each component in the image. * Returns TRUE if the iMCU row is completed, FALSE if suspended. * - * NB: input_buf tqcontains a plane for each component in image, + * NB: input_buf contains a plane for each component in image, * which we index according to the component's SOF position. */ @@ -234,7 +234,7 @@ compress_data (j_compress_ptr cinfo, JSAMPIMAGE input_buf) * done by calling compress_output() after we've loaded the current strip * of the virtual arrays. * - * NB: input_buf tqcontains a plane for each component in image. All + * NB: input_buf contains a plane for each component in image. All * components are DCT'd and loaded into the virtual arrays in this pass. * However, it may be that only a subset of the components are emitted to * the entropy encoder during this first pass; be careful about looking |