| commit | cd3c4764b87323ec7b712e537d18292d849611b9 | [log] [tgz] |
|---|---|---|
| author | JUN FANG <jun_fang@foxitsoftware.com> | Mon Mar 16 11:22:52 2015 -0700 |
| committer | JUN FANG <jun_fang@foxitsoftware.com> | Mon Mar 16 11:22:52 2015 -0700 |
| tree | 5cc3f51bfb412ce5e8ec1dfe0f9e2c09c678ffb9 | |
| parent | ae5b85a6d5ca1f3c3abd988f19ddc8bfd904464a [diff] |
Fix a bug that JPX images can't be shown In the process of opj_end_decompress, it will return fail when the end of coding stream is reached. However it returns true in the same scenario implemented in openJPEG. So the final solution is from openJPEG. Return true when the end of coding stream is reached. BUG=452671 R=tsepez@chromium.org Review URL: https://codereview.chromium.org/990683002