commit | 6fa14b37ee6976ae0a725af1edf82270c54e89d2 | [log] [tgz] |
---|---|---|
author | DRC <information@libjpeg-turbo.org> | Thu Aug 13 20:06:03 2015 -0500 |
committer | DRC <information@libjpeg-turbo.org> | Thu Aug 13 20:08:08 2015 -0500 |
tree | 6e0fc82b55b811836f3a05821894289058a5b72d | |
parent | ce4ff407ff49c9be1c5775f62966766cc6b6213e [diff] |
Declare source buffers in TurboJPEG C API as const This reassures the caller that the buffers will not be modified and also allows read-only buffers to be passed to the functions. Partially reverts 3947a19f25fc8186d3812dbcf8e70baea36ef652.