shithub: libvpx

Download patch

ref: 0ba14e600c4dc1f2834235ce891a7f575c1dcb42
parent: 5ed83c32201ca5ba4992b2a7350ed02df0d8bf92
author: Dmitry Kovalev <dkovalev@google.com>
date: Wed Apr 9 06:46:54 EDT 2014

Fixing broken build.

Change-Id: I9b8f9a3f4fa9d48695149dd68ecb5e8d84accafe

--- a/vp9/encoder/vp9_encodeframe.c
+++ b/vp9/encoder/vp9_encodeframe.c
@@ -1466,8 +1466,7 @@
                                            int mi_row, int mi_col) {
   VP9_COMMON *const cm = &cpi->common;
   MACROBLOCK *x = &cpi->mb;
-
-  const int mis = cm->mode_info_stride;
+  const int mis = cm->mi_stride;
   int row8x8_remaining = tile->mi_row_end - mi_row;
   int col8x8_remaining = tile->mi_col_end - mi_col;
   int r, c;