shithub: libvpx

Download patch

ref: f3ba4c6b825a86158fa07c6e64bb6d70f7b235d3
parent: 361717d2beaf6c2b745fe99b4cadce3f8517ffde
parent: 45feea4cf027536ccc4779ccf430913e6163fe48
author: John Koleszar <jkoleszar@google.com>
date: Thu Jun 9 09:39:47 EDT 2011

Merge "bug fix mode_info_context not initialized for error-resilient"

--- a/vp8/encoder/encodeframe.c
+++ b/vp8/encoder/encodeframe.c
@@ -696,6 +696,8 @@
     cpi->last_mb_distortion = 0;
 #endif
 
+    xd->mode_info_context = cm->mi;
+
     vp8_zero(cpi->MVcount);
     vp8_zero(cpi->coef_counts);
 
--