Commit c2fd2b20 authored by Michael Niedermayer's avatar Michael Niedermayer

unneeded

Originally committed as revision 7496 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent a6e923c9
......@@ -125,7 +125,6 @@ AVAES *av_aes_init(uint8_t *key, int key_bits, int decrypt) {
j^= j+j;
if(j>255) j^= 0x11B;
}
log8[0]= 255;
for(i=0; i<256; i++){
j= i ? alog8[255-log8[i]] : 0;
j ^= (j<<1) ^ (j<<2) ^ (j<<3) ^ (j<<4);
......
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