summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2020-05-04 23:37:39 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-05-04 23:37:39 +0000
commitb130f71bf0c9eb0911fc27b17fc543366ceffc3e (patch)
tree3d62a15ab68294d5cca0c39620786e4a5c379fff
parent1647d0c62c565c9bbe7ba7d993418a2f1185ca71 (diff)
parent4478c121f592461318e2c0bd55b5c63a5e0012b2 (diff)
downloadlibvpx-b130f71bf0c9eb0911fc27b17fc543366ceffc3e.tar
libvpx-b130f71bf0c9eb0911fc27b17fc543366ceffc3e.tar.gz
libvpx-b130f71bf0c9eb0911fc27b17fc543366ceffc3e.tar.bz2
libvpx-b130f71bf0c9eb0911fc27b17fc543366ceffc3e.zip
Merge "vp8_dx_iface.c: make vp8_ctf_maps[] static"
-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 },