shithub: libvpx

Download patch

ref: 15f9077ee2a6632beac2978e2574b2fc223613b1
parent: 03b412d0449146ecd7e3398448cfa91c2acca05e
author: Frank Galligan <fgalligan@google.com>
date: Wed Jun 12 04:52:34 EDT 2013

Fix duplicate const.

Change-Id: I86be1f7421ed49d577cacf405f6e4b0daa85cfdc

--- a/vp9/common/vp9_loopfilter.c
+++ b/vp9/common/vp9_loopfilter.c
@@ -285,7 +285,7 @@
 
     // Determine the vertical edges that need filtering
     for (c = 0; c < 64 / MI_SIZE && mi_col + c < cm->mi_cols; c += col_step) {
-      const MODE_INFO const *mi = xd->mode_info_context;
+      const MODE_INFO * const mi = xd->mode_info_context;
       const int skip_this = mi[c].mbmi.mb_skip_coeff
                             && mi[c].mbmi.ref_frame != INTRA_FRAME;
       // left edge of current unit is block/partition edge -> no skip