vp8 error concealment: remove unused variables
authorJohann <johannkoenig@google.com>
Thu, 23 Jun 2016 00:33:45 +0000 (17:33 -0700)
committerJohann <johannkoenig@google.com>
Thu, 23 Jun 2016 01:29:03 +0000 (18:29 -0700)
commit55f3740d7615706c2a0c96d4407977097520f30f
tree67e05a2061495468bf2430ef7e67306f60ba45f0
parentb2597527a5364338f997c62e874083efcbef2f8a
vp8 error concealment: remove unused variables

vp8_conceal_corrupt_mb is an empty function. Remove it entirely.

Cleans up -Wextra warnings:
unused parameter 'mi_stride' [-Wunused-parameter]
unused parameter 'xd' [-Wunused-parameter]

Change-Id: Idca7ef4508fae2b4b76a40d44507522a72ccc2c8
vp8/decoder/decodeframe.c
vp8/decoder/error_concealment.c
vp8/decoder/error_concealment.h
vp8/decoder/threading.c