Have vpx_codec_error take const vpx_codec_ctx_t *
authorWan-Teh Chang <wtc@google.com>
Wed, 29 Mar 2023 01:07:41 +0000 (18:07 -0700)
committerJames Zern <jzern@google.com>
Fri, 5 May 2023 05:08:21 +0000 (22:08 -0700)
commit8e47341b0ea4bf2a37f968cf260d6dbfd1f0062a
tree1c57f6b206e73963e42327cd8288a6007735f5c0
parent601a98b1542fa1fb439c715a9e2e8559338d33f8
Have vpx_codec_error take const vpx_codec_ctx_t *

Also have vpx_codec_error_detail take vpx_codec_ctx_t *. Both functions
are getter functions that don't modify the codec context.

Change-Id: I4689022425efbf7b1da5034255ac052fce5e5b4f
vpx/src/vpx_codec.c
vpx/vpx_codec.h