shithub: libvpx

Download patch

ref: 21ca4c4d5d69a6774fcadfba3fe6501ab41d1d62
parent: e3081b2502058a7e98dac503cfe5d4f2876f5440
parent: 7def9022616d56bdf8436eacb20ee5713519ba9d
author: John Koleszar <jkoleszar@google.com>
date: Thu May 19 06:58:24 EDT 2011

Merge "Fix segv without --enable-error-concealment"

--- a/vp8/common/alloccommon.c
+++ b/vp8/common/alloccommon.c
@@ -140,7 +140,9 @@
     }
 
     update_mode_info_border(oci->mi, oci->mb_rows, oci->mb_cols);
+#if CONFIG_ERROR_CONCEALMENT
     update_mode_info_border(oci->prev_mi, oci->mb_rows, oci->mb_cols);
+#endif
 
     return 0;
 }