Declare oxcf arg of vp8_create_compressor as const
authorWan-Teh Chang <wtc@google.com>
Thu, 9 Nov 2023 20:42:58 +0000 (12:42 -0800)
committerWan-Teh Chang <wtc@google.com>
Thu, 9 Nov 2023 20:42:58 +0000 (12:42 -0800)
commit296784c83afd2eacce61f6dc94a003b383c90d01
treefba7b6e40c061ccd33f6f087fd24591086c53e7e
parent8a35c7e585ec0ae45aa68fb4806f99e2dbfef80a
Declare oxcf arg of vp8_create_compressor as const

Declare the oxcf parameters of vp8_create_compressor() and init_config()
as const. This helps code analysis.

Change-Id: I344ef3e6afc3adced2b2865b7e0057c6d4b1d3c0
vp8/common/onyx.h
vp8/encoder/onyx_if.c