Skip to content
GitLab
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
f7a86585
Commit
f7a86585
authored
Aug 27, 2016
by
James Zern
Committed by
Gerrit Code Review
Aug 27, 2016
Browse files
Merge "vp10_alloc_context_buffers: clear cm->mi* on failure" into nextgenv2
parents
003dff69
e0ab852f
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp10/common/alloccommon.c
View file @
f7a86585
...
...
@@ -151,6 +151,8 @@ int vp10_alloc_context_buffers(VP10_COMMON *cm, int width, int height) {
return
0
;
fail:
// clear the mi_* values to force a realloc on resync
vp10_set_mb_mi
(
cm
,
0
,
0
);
vp10_free_context_buffers
(
cm
);
return
1
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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