shithub: libvpx

Download patch

ref: 4478c121f592461318e2c0bd55b5c63a5e0012b2
parent: b120ba5781a520c015b356a7c77c89545ccdee32
author: James Zern <jzern@google.com>
date: Mon May 4 11:27:53 EDT 2020

vp8_dx_iface.c: make vp8_ctf_maps[] static

Change-Id: I6c19745a392681733c6deaaacc7e3540bc72fd4d

--- a/vp8/vp8_dx_iface.c
+++ b/vp8/vp8_dx_iface.c
@@ -687,7 +687,7 @@
   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 },