Fix a buglet introduced in the libjpeg-turbo changelog by mozjpeg

This commit is contained in:
DRC
2014-11-05 20:54:20 -06:00
parent 6b236241d2
commit 5f1960f38c

View File

@@ -116,14 +116,6 @@ compressed JPEG image. If the size of the previous JPEG image was not as large
as the current JPEG image, then TurboJPEG would unnecessarily reallocate the as the current JPEG image, then TurboJPEG would unnecessarily reallocate the
destination buffer. destination buffer.
[7] Improved the accuracy and performance of the non-SIMD implementation of the
floating point inverse DCT (using code borrowed from libjpeg v8a and later.)
The accuracy of this implementation now matches the accuracy of the SSE/SSE2
implementation. Note, however, that the floating point DCT/IDCT algorithms are
mainly a legacy feature. They generally do not produce significantly better
accuracy than the slow integer DCT/IDCT algorithms, and they are quite a bit
slower.
1.3.1 1.3.1
===== =====