From: James Zern Date: Mon, 4 May 2020 22:27:53 +0000 (-0700) Subject: vp8_dx_iface.c: make vp8_ctf_maps[] static X-Git-Tag: v1.9.0-rc1~23^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4478c121f592461318e2c0bd55b5c63a5e0012b2;p=libvpx vp8_dx_iface.c: make vp8_ctf_maps[] static Change-Id: I6c19745a392681733c6deaaacc7e3540bc72fd4d --- 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 },