shithub: libvpx

Download patch

ref: b130f71bf0c9eb0911fc27b17fc543366ceffc3e
parent: 1647d0c62c565c9bbe7ba7d993418a2f1185ca71
parent: 4478c121f592461318e2c0bd55b5c63a5e0012b2
author: James Zern <jzern@google.com>
date: Mon May 4 19:37:39 EDT 2020

Merge "vp8_dx_iface.c: make vp8_ctf_maps[] static"

--- 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 },