Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Yushin Cho
aom-rav1e
Commits
c77c5413
Commit
c77c5413
authored
Jan 22, 2014
by
Adrian Grange
Committed by
Gerrit Code Review
Jan 22, 2014
Browse files
Merge "Force show_frame=1 when show_existing_frame=1"
parents
2b6e0fe0
3246692e
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/decoder/vp9_decodeframe.c
View file @
c77c5413
...
...
@@ -1129,11 +1129,12 @@ static size_t read_uncompressed_header(VP9D_COMP *pbi,
cm
->
show_existing_frame
=
vp9_rb_read_bit
(
rb
);
if
(
cm
->
show_existing_frame
)
{
//
s
how an existing frame directly
//
S
how an existing frame directly
.
int
frame_to_show
=
cm
->
ref_frame_map
[
vp9_rb_read_literal
(
rb
,
3
)];
ref_cnt_fb
(
cm
->
fb_idx_ref_cnt
,
&
cm
->
new_fb_idx
,
frame_to_show
);
pbi
->
refresh_frame_flags
=
0
;
cm
->
lf
.
filter_level
=
0
;
cm
->
show_frame
=
1
;
return
0
;
}
...
...
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