Commit f9ec0433 authored by Paul Wilkins's avatar Paul Wilkins Committed by Gerrit Code Review
Browse files

Merge "Fix MSVC warning."

Showing with 1 addition and 1 deletion
......@@ -27,7 +27,7 @@ typedef enum {
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;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment