Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
libvpx
Commits
f9ec0433
Commit
f9ec0433
authored
Oct 08, 2013
by
Paul Wilkins
Committed by
Gerrit Code Review
Oct 08, 2013
Browse files
Merge "Fix MSVC warning."
parents
e29137df
95005876
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vp9/common/vp9_filter.h
vp9/common/vp9_filter.h
+1
-1
No files found.
vp9/common/vp9_filter.h
View file @
f9ec0433
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment