diff --git a/ChangeLog.txt b/ChangeLog.txt index b1398f96..ad181b1e 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -59,6 +59,9 @@ divisible by 16 bytes. 4.3 on OS X platforms would cause NASM to return numerous errors of the form "'%define' expects a macro identifier". +[9] Added flags to the TurboJPEG API that allow the caller to force the use of +either the fast or the accurate DCT/IDCT algorithms in the underlying codec. + 1.2.0 ===== diff --git a/doc/html/annotated.html b/doc/html/annotated.html index b7d3b54a..aed62136 100644 --- a/doc/html/annotated.html +++ b/doc/html/annotated.html @@ -19,7 +19,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
1.7.4