shithub: libvpx

Download patch

ref: 5c93c580f8d01dd824ff3c123e38c8c3a2a8644f
parent: 0becfe42bb16706100f6db62fb0276112cad51ec
author: Deb Mukherjee <[email protected]>
date: Tue May 27 19:24:06 EDT 2014

Removing undeclared identifier - build fix

Fixes build with --enable-internal-stats

Change-Id: I137169c859f561478e45891defe976d595454166

--- a/vp9/vp9_cx_iface.c
+++ b/vp9/vp9_cx_iface.c
@@ -1033,8 +1033,6 @@
                                           va_list args) {
 #if CONFIG_VP9_POSTPROC
   vp8_postproc_cfg_t *config = va_arg(args, vp8_postproc_cfg_t *);
-  (void)ctr_id;
-
   if (config != NULL) {
     ctx->preview_ppcfg = *config;
     return VPX_CODEC_OK;