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
2e6a9ab9
Commit
2e6a9ab9
authored
Sep 15, 2017
by
Yi Luo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a baseline build error
Change-Id: I9b92caa9d65a3b062762c270c89018c8e08eba0f
parent
1ff7d9ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
av1/encoder/bitstream.c
av1/encoder/bitstream.c
+1
-2
No files found.
av1/encoder/bitstream.c
View file @
2e6a9ab9
...
...
@@ -3667,13 +3667,12 @@ static int get_refresh_mask_gf16(AV1_COMP *cpi) {
#endif // CONFIG_EXT_REFS
static
int
get_refresh_mask
(
AV1_COMP
*
cpi
)
{
int
refresh_mask
=
0
;
#if CONFIG_EXT_REFS
#if USE_GF16_MULTI_LAYER
if
(
cpi
->
rc
.
baseline_gf_interval
==
16
)
return
get_refresh_mask_gf16
(
cpi
);
#endif // USE_GF16_MULTI_LAYER
int
refresh_mask
=
0
;
// NOTE(zoeliu): When LAST_FRAME is to get refreshed, the decoder will be
// notified to get LAST3_FRAME refreshed and then the virtual indexes for all
// the 3 LAST reference frames will be updated accordingly, i.e.:
...
...
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