diff indeo3.c @ 7965:d4ae40057dd3 libavcodec

Fix indentation.
author benoit
date Wed, 01 Oct 2008 12:48:26 +0000
parents cbf97db31e61
children d9faf3f9f379
line wrap: on
line diff
--- a/indeo3.c	Wed Oct 01 08:29:19 2008 +0000
+++ b/indeo3.c	Wed Oct 01 12:48:26 2008 +0000
@@ -380,13 +380,13 @@
                                 if(lp2 == 0) {
                                     RLE_V3_CHECK(buf1,rle_v1,rle_v2,rle_v3)
 
-                                        if(rle_v1 == 1 || ref_vectors != NULL) {
-                                            for(i = 0, j = 0; i < 4; i++, j += width_tbl[1])
-                                                cur_lp[j] = ref_lp[j];
-                                        }
+                                    if(rle_v1 == 1 || ref_vectors != NULL) {
+                                        for(i = 0, j = 0; i < 4; i++, j += width_tbl[1])
+                                            cur_lp[j] = ref_lp[j];
+                                    }
 
                                     RLE_V2_CHECK(buf1,rle_v2, rle_v3,lp2)
-                                        break;
+                                    break;
                                 } else {
                                     rle_v1 = 1;
                                     rle_v2 = *buf1 - 1;
@@ -423,7 +423,7 @@
                                     cur_lp[j] = lv;
 
                                 LV1_CHECK(buf1,rle_v3,lv1,lp2)
-                                    break;
+                                break;
                             default:
                                 return;
                             }