aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2017-06-28 18:00:57 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2017-06-28 18:00:57 +0000
commit104774bcffa4da7592a655c22acb3115612048ca (patch)
treea0185d3681b769e6d18259ee5556f5d47a47660c
parent2a508b419cd0de71fdf9bae3b64bfecc773867f7 (diff)
parent3efaea152814af81f6f7a96d8bb449719ec55e3f (diff)
downloadlibvpx-104774bcffa4da7592a655c22acb3115612048ca.tar.gz
Merge "DO NOT MERGE libvpx: Cherry-pick 8b4c315 from upstream" into nyc-dev
-rw-r--r--libvpx/vp9/common/vp9_alloccommon.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvpx/vp9/common/vp9_alloccommon.c b/libvpx/vp9/common/vp9_alloccommon.c
index 24c6c54ed..aaf9a7510 100644
--- a/libvpx/vp9/common/vp9_alloccommon.c
+++ b/libvpx/vp9/common/vp9_alloccommon.c
@@ -164,6 +164,7 @@ int vp9_alloc_context_buffers(VP9_COMMON *cm, int width, int height) {
return 0;
fail:
+ vp9_set_mb_mi(cm, 0, 0);
vp9_free_context_buffers(cm);
return 1;
}