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
Xiph.Org
aom-rav1e
Commits
12753b61
Commit
12753b61
authored
Apr 30, 2014
by
Jim Bankoski
Committed by
Gerrit Code Review
Apr 30, 2014
Browse files
Merge "corrupted frames shouldn't affect stats"
parents
a55cb659
29af017f
Changes
1
Show whitespace changes
Inline
Side-by-side
vp9/decoder/vp9_decodeframe.c
View file @
12753b61
...
@@ -1370,7 +1370,8 @@ int vp9_decode_frame(VP9Decoder *pbi,
...
@@ -1370,7 +1370,8 @@ int vp9_decode_frame(VP9Decoder *pbi,
"A stream must start with a complete key frame"
);
"A stream must start with a complete key frame"
);
}
}
if
(
!
cm
->
error_resilient_mode
&&
!
cm
->
frame_parallel_decoding_mode
)
{
if
(
!
cm
->
error_resilient_mode
&&
!
cm
->
frame_parallel_decoding_mode
&&
!
new_fb
->
corrupted
)
{
vp9_adapt_coef_probs
(
cm
);
vp9_adapt_coef_probs
(
cm
);
if
(
!
frame_is_intra_only
(
cm
))
{
if
(
!
frame_is_intra_only
(
cm
))
{
...
...
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