Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
398fdbab
Commit
398fdbab
authored
Oct 04, 2017
by
Yi Luo
Browse files
Fix compiler warning when dual_filter is not enabled
Change-Id: I14cd3f531af4ef0ac03deb1a19808ed1199f388f
parent
c27f5424
Changes
1
Hide whitespace changes
Inline
Side-by-side
av1/common/filter.h
View file @
398fdbab
...
...
@@ -80,6 +80,9 @@ static INLINE InterpFilters av1_broadcast_interp_filter(InterpFilter filter) {
typedef
InterpFilter
InterpFilters
;
static
INLINE
InterpFilter
av1_extract_interp_filter
(
InterpFilters
filters
,
int
x_filter
)
{
#ifdef NDEBUG
(
void
)
x_filter
;
#endif
assert
(
!
x_filter
);
return
filters
;
}
...
...
Write
Preview
Supports
Markdown
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