summaryrefslogtreecommitdiff
path: root/jctrans.c
diff options
context:
space:
mode:
authorpaulberg <paulberg>2006-02-25 22:08:39 +0000
committerpaulberg <paulberg>2006-02-25 22:08:39 +0000
commitfc35039e97ae63e9542404f512fa126055ee4c67 (patch)
tree9daf55e88bd7f1ad4b789bde75e5d007f2ef8f0d /jctrans.c
parent06ad12d8dad0b13befb85b44f7e10a5bb1408f44 (diff)
downloadlibjpeg-fc35039e97ae63e9542404f512fa126055ee4c67.tar.gz
Initial commit of Vollbeding changes
Diffstat (limited to 'jctrans.c')
-rw-r--r--jctrans.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/jctrans.c b/jctrans.c
index 0e6d707..9753a43 100644
--- a/jctrans.c
+++ b/jctrans.c
@@ -167,7 +167,7 @@ transencode_master_selection (j_compress_ptr cinfo,
/* Entropy encoding: either Huffman or arithmetic coding. */
if (cinfo->arith_code) {
- ERREXIT(cinfo, JERR_ARITH_NOTIMPL);
+ jinit_arith_encoder(cinfo);
} else {
if (cinfo->progressive_mode) {
#ifdef C_PROGRESSIVE_SUPPORTED