Commit c18241d4 authored by michael's avatar michael

check the last? entry written for detecting already initalized tables


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7527 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ab102cc5
......@@ -121,7 +121,7 @@ AVAES *av_aes_init(uint8_t *key, int key_bits, int decrypt) {
uint8_t log8[256];
uint8_t alog8[512];
if(!sbox[255]){
if(!enc_multbl[4][1023]){
j=1;
for(i=0; i<255; i++){
alog8[i]=
......
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