indent
authorMichael Niedermayer <michaelni@gmx.at>
Tue, 5 Aug 2008 11:34:46 +0000 (11:34 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 5 Aug 2008 11:34:46 +0000 (11:34 +0000)
Originally committed as revision 14622 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/h264.c

index 9ab8719..1e7eb90 100644 (file)
@@ -1016,10 +1016,10 @@ single_col:
         }
     }
 
-        l1mv0  = &h->ref_list[1][0].motion_val[0][h->mb2b_xy [mb_xy]];
-        l1mv1  = &h->ref_list[1][0].motion_val[1][h->mb2b_xy [mb_xy]];
-        l1ref0 = &h->ref_list[1][0].ref_index [0][h->mb2b8_xy[mb_xy]];
-        l1ref1 = &h->ref_list[1][0].ref_index [1][h->mb2b8_xy[mb_xy]];
+    l1mv0  = &h->ref_list[1][0].motion_val[0][h->mb2b_xy [mb_xy]];
+    l1mv1  = &h->ref_list[1][0].motion_val[1][h->mb2b_xy [mb_xy]];
+    l1ref0 = &h->ref_list[1][0].ref_index [0][h->mb2b8_xy[mb_xy]];
+    l1ref1 = &h->ref_list[1][0].ref_index [1][h->mb2b8_xy[mb_xy]];
     if(!b8_stride){
         if(s->mb_y&1){
             l1ref0 += h->b8_stride;