]> granicus.if.org Git - libvpx/commitdiff
vp8_dx_iface.c: make vp8_ctf_maps[] static
authorJames Zern <jzern@google.com>
Mon, 4 May 2020 22:27:53 +0000 (15:27 -0700)
committerJames Zern <jzern@google.com>
Mon, 4 May 2020 22:27:53 +0000 (15:27 -0700)
Change-Id: I6c19745a392681733c6deaaacc7e3540bc72fd4d

vp8/vp8_dx_iface.c

index 43156a078b6ef40862354b72958bcc243db8301a..ba0714abe5c1e9634c8f204e01d5ae009797c53f 100644 (file)
@@ -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 },