summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDeb Mukherjee <debargha@google.com>2014-05-27 23:24:06 -0700
committerDeb Mukherjee <debargha@google.com>2014-05-27 23:24:06 -0700
commit5c93c580f8d01dd824ff3c123e38c8c3a2a8644f (patch)
tree38b77c2da41cec5ad6c39e506050e7c7efc9c42a
parent0becfe42bb16706100f6db62fb0276112cad51ec (diff)
downloadlibvpx-5c93c580f8d01dd824ff3c123e38c8c3a2a8644f.tar
libvpx-5c93c580f8d01dd824ff3c123e38c8c3a2a8644f.tar.gz
libvpx-5c93c580f8d01dd824ff3c123e38c8c3a2a8644f.tar.bz2
libvpx-5c93c580f8d01dd824ff3c123e38c8c3a2a8644f.zip
Removing undeclared identifier - build fix
Fixes build with --enable-internal-stats Change-Id: I137169c859f561478e45891defe976d595454166
-rw-r--r--vp9/vp9_cx_iface.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/vp9/vp9_cx_iface.c b/vp9/vp9_cx_iface.c
index 6b874f023..fb0fe58d3 100644
--- a/vp9/vp9_cx_iface.c
+++ b/vp9/vp9_cx_iface.c
@@ -1033,8 +1033,6 @@ static vpx_codec_err_t ctrl_set_previewpp(vpx_codec_alg_priv_t *ctx,
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;