Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(324)

Issue 14188002: Only use JDCT_FAST if it is supported in jpeg. (Closed)

Created:
7 years, 8 months ago by scroggo
Modified:
7 years, 8 months ago
Reviewers:
djsollen
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

Only use JDCT_FAST if it is supported in jpeg. Fixes a bug where jpeg decoder did not work on linux. Committed: https://code.google.com/p/skia/source/detail?r=8661

Patch Set 1 #

Total comments: 2

Patch Set 2 : Respond to comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -0 lines) Patch
M src/images/SkImageDecoder_libjpeg.cpp View 1 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
scroggo
7 years, 8 months ago (2013-04-11 20:03:38 UTC) #1
djsollen
lgtm with a one nit. https://codereview.chromium.org/14188002/diff/1/src/images/SkImageDecoder_libjpeg.cpp File src/images/SkImageDecoder_libjpeg.cpp (right): https://codereview.chromium.org/14188002/diff/1/src/images/SkImageDecoder_libjpeg.cpp#newcode276 src/images/SkImageDecoder_libjpeg.cpp:276: cinfo.dct_method = JDCT_ISLOW; for ...
7 years, 8 months ago (2013-04-12 15:51:50 UTC) #2
scroggo
https://codereview.chromium.org/14188002/diff/1/src/images/SkImageDecoder_libjpeg.cpp File src/images/SkImageDecoder_libjpeg.cpp (right): https://codereview.chromium.org/14188002/diff/1/src/images/SkImageDecoder_libjpeg.cpp#newcode276 src/images/SkImageDecoder_libjpeg.cpp:276: cinfo.dct_method = JDCT_ISLOW; On 2013/04/12 15:51:51, djsollen wrote: > ...
7 years, 8 months ago (2013-04-12 15:57:01 UTC) #3
scroggo
7 years, 8 months ago (2013-04-12 16:28:27 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r8661 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698