summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2020-05-04 15:27:53 -0700
committerJames Zern <jzern@google.com>2020-05-04 15:27:53 -0700
commit4478c121f592461318e2c0bd55b5c63a5e0012b2 (patch)
tree23ffc9919962f35c460cd421963c9428586ace9b
parentb120ba5781a520c015b356a7c77c89545ccdee32 (diff)
downloadlibvpx-4478c121f592461318e2c0bd55b5c63a5e0012b2.tar
libvpx-4478c121f592461318e2c0bd55b5c63a5e0012b2.tar.gz
libvpx-4478c121f592461318e2c0bd55b5c63a5e0012b2.tar.bz2
libvpx-4478c121f592461318e2c0bd55b5c63a5e0012b2.zip
vp8_dx_iface.c: make vp8_ctf_maps[] static
Change-Id: I6c19745a392681733c6deaaacc7e3540bc72fd4d
-rw-r--r--vp8/vp8_dx_iface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp8/vp8_dx_iface.c b/vp8/vp8_dx_iface.c
index 43156a078..ba0714abe 100644
--- a/vp8/vp8_dx_iface.c
+++ b/vp8/vp8_dx_iface.c
@@ -687,7 +687,7 @@ static vpx_codec_err_t vp8_set_decryptor(vpx_codec_alg_priv_t *ctx,
return VPX_CODEC_OK;
}
-vpx_codec_ctrl_fn_map_t vp8_ctf_maps[] = {
+static vpx_codec_ctrl_fn_map_t vp8_ctf_maps[] = {
{ VP8_SET_REFERENCE, vp8_set_reference },
{ VP8_COPY_REFERENCE, vp8_get_reference },
{ VP8_SET_POSTPROC, vp8_set_postproc },