Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
3599435a
Commit
3599435a
authored
Jun 10, 2017
by
Debargha Mukherjee
Committed by
Jingning Han
Jun 11, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix compile error with global and warped disabled
Change-Id: Iab2f7ca3c66f8f62b66100e61ff0f6e7376670ae
parent
105eecf4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
av1/common/reconinter.c
av1/common/reconinter.c
+3
-0
No files found.
av1/common/reconinter.c
View file @
3599435a
...
...
@@ -722,6 +722,9 @@ void av1_make_masked_inter_predictor(const uint8_t *pre, int pre_stride,
#endif // CONFIG_COMPOUND_SEGMENT
mi
->
mbmi
.
interinter_compound_type
};
#if !CONFIG_GLOBAL_MOTION && !CONFIG_WARPED_MOTION
int
ref
=
0
;
#endif // !CONFIG_GLOBAL_MOTION && !CONFIG_WARPED_MOTION
ConvolveParams
conv_params
=
get_conv_params
(
ref
,
0
,
plane
);
#if CONFIG_HIGHBITDEPTH
...
...
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