diff options
author | Guido Vollbeding <jpeg-info@uc.ag> | 2010-02-28 00:00:00 +0000 |
---|---|---|
committer | DRC <information@libjpeg-turbo.org> | 2015-07-27 13:46:36 -0500 |
commit | f18f81b7e20cf993786a3348960ab2428762deee (patch) | |
tree | 5931744282be16ee791b0ec43b9289aeb00b17e2 /jcmaster.c | |
parent | 989630f70cf1af69ebfefca8910d1647bf189712 (diff) |
The Independent JPEG Group's JPEG software v8a
Diffstat (limited to 'jcmaster.c')
-rw-r--r-- | jcmaster.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -187,10 +187,6 @@ jpeg_calc_jpeg_dimensions (j_compress_ptr cinfo) cinfo->min_DCT_v_scaled_size = DCTSIZE; #endif /* DCT_SCALING_SUPPORTED */ - - cinfo->block_size = DCTSIZE; - cinfo->natural_order = jpeg_natural_order; - cinfo->lim_Se = DCTSIZE2-1; } |