commit | 0b9f7de6fc0f806ae414a6712449f7ca6e56bd0f | [log] [tgz] |
---|---|---|
author | Dichen Zhang <dichenzhang@google.com> | Fri Nov 18 06:52:46 2022 +0000 |
committer | Dichen Zhang <dichenzhang@google.com> | Mon Nov 21 18:39:07 2022 +0000 |
tree | 7a3170f7e09289d1ee7ff563f92c7a09dee55db1 | |
parent | d4ebf5423ae43a7b30ae60359acf028a93cc1eac [diff] |
libjpegrecoverymap: a few fixes 1. introduce maxLength parameter in compressed data structure that holds max available buffer size, and buffer boundary checks should rely on this parameter 2. make recovery map compress quality a static configuration instead of using a magic number Change-Id: I4af25931ab905c0d524cfa02c6057e9cf128b5ca Test: build Bug: b/252835416