diff options
| author | 2012-01-29 16:34:26 +0000 | |
|---|---|---|
| committer | 2012-01-29 16:34:26 +0000 | |
| commit | 505442d0a0bdc2944f699d9102ae0829703a5407 (patch) | |
| tree | 1a4c2f72533c67984e0112d35905f480a3a9b0ea /src/lib/libjpeg/jdcoefct.c | |
| parent | 5d0cb30e84215504e368130db9e4573c37e458f2 (diff) | |
Clean-ups and version bumpmame0144u7
Diffstat (limited to 'src/lib/libjpeg/jdcoefct.c')
| -rw-r--r-- | src/lib/libjpeg/jdcoefct.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libjpeg/jdcoefct.c b/src/lib/libjpeg/jdcoefct.c index 462e92c6125..1f0f442ab47 100644 --- a/src/lib/libjpeg/jdcoefct.c +++ b/src/lib/libjpeg/jdcoefct.c @@ -568,9 +568,9 @@ decompress_smooth_data (j_decompress_ptr cinfo, JSAMPIMAGE output_buf) DC9 = (int) next_block_row[1][0]; } /* Compute coefficient estimates per K.8. - * An estimate is applied only if coefficient is still zero, - * and is not known to be fully accurate. - */ + * An estimate is applied only if coefficient is still zero, + * and is not known to be fully accurate. + */ /* AC01 */ if ((Al=coef_bits[1]) != 0 && workspace[1] == 0) { num = 36 * Q00 * (DC4 - DC6); |
