mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
double ;;
Originally committed as revision 8373 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
2fa3a22d23
commit
fca447a911
@ -87,7 +87,7 @@ static void transform(uint32_t state[5], uint8_t buffer[64]){
|
||||
e = state[4];
|
||||
#ifdef VARIANT2
|
||||
for(i=0; i<80; i++){
|
||||
int t= e+block[i]+rol(a,5);;
|
||||
int t= e+block[i]+rol(a,5);
|
||||
if(i<40){
|
||||
if(i<20) t+= ((b&(c^d))^d) +0x5A827999;
|
||||
else t+= ( b^c ^d) +0x6ED9EBA1;
|
||||
|
Loading…
Reference in New Issue
Block a user