Commit 14bc3849 authored by Michael Niedermayer's avatar Michael Niedermayer

unused variable

Originally committed as revision 7543 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent d3af6f3f
......@@ -89,7 +89,7 @@ static inline void mix2(uint8_t state[4][4], uint32_t multbl[4][256], int s1, in
}
static inline void crypt(AVAES *a, int s, uint8_t *sbox, uint32_t *multbl){
int t, r;
int r;
for(r=a->rounds; r>1; r--){
addkey(a->state, a->round_key[r]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment