This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
unneeded
Originally committed as revision 7496 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer
18 years ago
parent
a6e923c9db
commit
c2fd2b20e5
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
libavutil/aes.c
+ 0
- 1
libavutil/aes.c
View File
@@ -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);
Write
Preview
Loading…
Cancel
Save