Commit 347c2798 authored by Michael Niedermayer's avatar Michael Niedermayer

check the last? entry written for detecting already initalized tables

Originally committed as revision 7527 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 975c88e3
......@@ -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