summaryrefslogtreecommitdiff
path: root/vp9/vp9_dx_iface.c
diff options
context:
space:
mode:
authorDmitry Kovalev <dkovalev@google.com>2014-05-19 10:27:07 -0700
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>2014-05-19 10:27:07 -0700
commit5ac6d9778fcd610f9fd9c82fd25b350e23ca40bb (patch)
tree2d47ff55da427c61d52e84bfb51a63d6e29985a9 /vp9/vp9_dx_iface.c
parentfc4a0d32cc1d1aa794aa99a3b13716261527528c (diff)
parent39015ea200254bdce3271d46f2361a7f6f3e3139 (diff)
downloadlibvpx-5ac6d9778fcd610f9fd9c82fd25b350e23ca40bb.tar
libvpx-5ac6d9778fcd610f9fd9c82fd25b350e23ca40bb.tar.gz
libvpx-5ac6d9778fcd610f9fd9c82fd25b350e23ca40bb.tar.bz2
libvpx-5ac6d9778fcd610f9fd9c82fd25b350e23ca40bb.zip
Merge "Making vp9_initialize_dec() static."
Diffstat (limited to 'vp9/vp9_dx_iface.c')
-rw-r--r--vp9/vp9_dx_iface.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/vp9/vp9_dx_iface.c b/vp9/vp9_dx_iface.c
index 1d29815b5..2802fbadd 100644
--- a/vp9/vp9_dx_iface.c
+++ b/vp9/vp9_dx_iface.c
@@ -231,8 +231,6 @@ static void init_decoder(vpx_codec_alg_priv_t *ctx) {
ctx->pbi->max_threads = ctx->cfg.threads;
ctx->pbi->inv_tile_order = ctx->invert_tile_order;
- vp9_initialize_dec();
-
// If postprocessing was enabled by the application and a
// configuration has not been provided, default it.
if (!ctx->postproc_cfg_set &&