mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 02:20:56 +01:00
unused variable
Originally committed as revision 7543 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
d3af6f3f81
commit
14bc38498a
1 changed files with 1 additions and 1 deletions
|
|
@ -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]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue