shithub: libvpx

Download patch

ref: 0a74236bd486517ab91ee28b76e0f80428eb7904
parent: 46a951c846a1f7db5308cfc8ea1c2eaffc391b9d
author: Dmitry Kovalev <[email protected]>
date: Mon Jan 13 11:30:40 EST 2014

Removing unused switchable_interp_count[] field from VP9_COMP.

Change-Id: I8eda5762728d981ab7757388741b598c665c26ca

--- a/vp9/encoder/vp9_onyx_int.h
+++ b/vp9/encoder/vp9_onyx_int.h
@@ -740,9 +740,6 @@
 
   int dummy_packing;    /* flag to indicate if packing is dummy */
 
-  unsigned int switchable_interp_count[SWITCHABLE_FILTER_CONTEXTS]
-                                      [SWITCHABLE_FILTERS];
-
   unsigned int tx_stepdown_count[TX_SIZES];
 
   int initial_width;