# HG changeset patch # User kostya # Date 1235550960 0 # Node ID 05e82eb119839aa0c3344a98e6bb680d4f34bf92 # Parent 71620eeff338279dcfe9e46463532728d00ee60f cosmetics: reindent after last commit diff -r 71620eeff338 -r 05e82eb11983 rv34.c --- a/rv34.c Wed Feb 25 08:35:37 2009 +0000 +++ b/rv34.c Wed Feb 25 08:36:00 2009 +0000 @@ -790,11 +790,11 @@ if(IS_INTRA(next_bt)) fill_rectangle(s->current_picture_ptr->motion_val[0][s->mb_x * 2 + s->mb_y * 2 * s->b8_stride], 2, 2, s->b8_stride, 0, 4); else - for(j = 0; j < 2; j++) - for(i = 0; i < 2; i++) - for(k = 0; k < 2; k++) - for(l = 0; l < 2; l++) - s->current_picture_ptr->motion_val[l][mv_pos + i + j*s->b8_stride][k] = calc_add_mv(r, l, s->next_picture_ptr->motion_val[0][mv_pos + i + j*s->b8_stride][k]); + for(j = 0; j < 2; j++) + for(i = 0; i < 2; i++) + for(k = 0; k < 2; k++) + for(l = 0; l < 2; l++) + s->current_picture_ptr->motion_val[l][mv_pos + i + j*s->b8_stride][k] = calc_add_mv(r, l, s->next_picture_ptr->motion_val[0][mv_pos + i + j*s->b8_stride][k]); if(IS_16X16(next_bt)) //we can use whole macroblock MC rv34_mc_2mv(r, block_type); else