[SCM] libav/experimental: indent

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:54:53 UTC 2013


The following commit has been merged in the experimental branch:
commit 28b5123546d0bdd61bd4c2c02ee39e63b5eea781
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sun Jan 14 19:24:34 2007 +0000

    indent
    
    Originally committed as revision 7493 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavutil/aes.c b/libavutil/aes.c
index b6a9dd1..a54cab1 100644
--- a/libavutil/aes.c
+++ b/libavutil/aes.c
@@ -183,11 +183,11 @@ AVAES *av_aes_init(uint8_t *key, int key_bits, int decrypt) {
     }
 
     if(decrypt){
-    for(i=1; i<rounds; i++){
-        for(j=0; j<16; j++)
-            a->round_key[i][0][j]= sbox[a->round_key[i][0][j]];
-        mix(a->round_key[i], dec_multbl);
-    }
+        for(i=1; i<rounds; i++){
+            for(j=0; j<16; j++)
+                a->round_key[i][0][j]= sbox[a->round_key[i][0][j]];
+            mix(a->round_key[i], dec_multbl);
+        }
     }
 
     return a;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list