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
63131ea6
Commit
63131ea6
authored
Jan 24, 2017
by
Debargha Mukherjee
Browse files
Silence a compiler warning
Change-Id: I130f748c076a1642f12b95051dab19bfdac5b855
parent
bca73c4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
av1/common/reconinter.c
View file @
63131ea6
...
...
@@ -682,6 +682,9 @@ void av1_make_masked_inter_predictor(const uint8_t *pre, int pre_stride,
comp_data
,
mi
->
mbmi
.
sb_type
,
h
,
w
);
#endif // CONFIG_SUPERTX
#endif // CONFIG_AOM_HIGHBITDEPTH
#if CONFIG_COMPOUND_SEGMENT
(
void
)
plane
;
#endif // CONFIG_COMPOUND_SEGMENT
}
#endif // CONFIG_EXT_INTER
...
...
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