提交 fca447a9 编写于 作者: M Michael Niedermayer

double ;;

Originally committed as revision 8373 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 2fa3a22d
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册