aboutsummaryrefslogtreecommitdiff
path: root/structure.txt
diff options
context:
space:
mode:
authordcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2010-11-23 05:49:54 +0000
committerdcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2010-11-23 05:49:54 +0000
commitce86c0f08fad389a2650391433c578f8658e3d3b (patch)
treef476b2fbe1d911e583101ab04dba1b3da0a0ab42 /structure.txt
parenta5b8bee7f935e4f2d586bd81e9b6e07886a3712a (diff)
Support arithmetic encoding and decoding
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@299 632fc199-4ca6-4c93-a231-07263d6284db
Diffstat (limited to 'structure.txt')
-rw-r--r--structure.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/structure.txt b/structure.txt
index 09e1cd2..779233a 100644
--- a/structure.txt
+++ b/structure.txt
@@ -60,9 +60,6 @@ we treat 8-bit vs. 12-bit data precision as a compile-time switch, not a
run-time option, because most machines can store 8-bit pixels much more
compactly than 12-bit.
-For legal reasons, JPEG arithmetic coding is not currently supported, but
-extending the library to include it would be straightforward.
-
By itself, the library handles only interchange JPEG datastreams --- in
particular the widely used JFIF file format. The library can be used by
surrounding code to process interchange or abbreviated JPEG datastreams that