shithub: libvpx

Download patch

ref: f9ec0433ad02fa84bab5f435186fdc219831dc1c
parent: e29137df05dd8759b9f8757ddf79a90e717c3a87
parent: 950058765d7f2f13a4718916ea352fd78e67d192
author: Paul Wilkins <paulwilkins@google.com>
date: Tue Oct 8 06:19:48 EDT 2013

Merge "Fix MSVC warning."

--- a/vp9/common/vp9_filter.h
+++ b/vp9/common/vp9_filter.h
@@ -27,7 +27,7 @@
   SWITCHABLE = 4  /* should be the last one */
 } INTERPOLATIONFILTERTYPE;
 
-typedef const int16_t subpel_kernel[SUBPEL_TAPS];
+typedef int16_t subpel_kernel[SUBPEL_TAPS];
 
 struct subpix_fn_table {
   const subpel_kernel *filter_x;