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
d9b62c53
Commit
d9b62c53
authored
Sep 29, 2017
by
Yi Luo
Browse files
Fix a baseline build error
Change-Id: Ia87267da613567af2899aadef87a9815cf49bcf5
parent
2fa6e1ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
av1/common/onyxc_int.h
View file @
d9b62c53
...
...
@@ -1276,7 +1276,12 @@ static INLINE PARTITION_TYPE get_partition(const AV1_COMMON *const cm,
}
static
INLINE
void
set_use_reference_buffer
(
AV1_COMMON
*
const
cm
,
int
use
)
{
#if CONFIG_REFERENCE_BUFFER
cm
->
use_reference_buffer
=
use
;
#else
(
void
)
cm
;
(
void
)
use
;
#endif
}
static
INLINE
void
set_sb_size
(
AV1_COMMON
*
const
cm
,
BLOCK_SIZE
sb_size
)
{
...
...
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