changeset 7497:9dbaea2302fd libavcodec

indent
author michael
date Tue, 05 Aug 2008 11:34:46 +0000
parents f96c14041e48
children e7006afcb1c6
files h264.c
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/h264.c	Tue Aug 05 11:33:40 2008 +0000
+++ b/h264.c	Tue Aug 05 11:34:46 2008 +0000
@@ -1016,10 +1016,10 @@
         }
     }
 
-        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;