Chromium Code Reviews| Index: source/libvpx/vp9/common/vp9_blockd.c |
| =================================================================== |
| --- source/libvpx/vp9/common/vp9_blockd.c (revision 292608) |
| +++ source/libvpx/vp9/common/vp9_blockd.c (working copy) |
| @@ -92,7 +92,7 @@ |
| void *arg) { |
| int plane; |
| - for (plane = 0; plane < MAX_MB_PLANE; plane++) |
| + for (plane = 0; plane < MAX_MB_PLANE; ++plane) |
| vp9_foreach_transformed_block_in_plane(xd, bsize, plane, visit, arg); |
| } |