1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

unused variable

Originally committed as revision 7543 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2007-01-16 16:24:43 +00:00
parent d3af6f3f81
commit 14bc38498a

View File

@ -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]);