Commit 076d6671 authored by michael's avatar michael

10l


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8374 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 5ab71306
......@@ -144,6 +144,7 @@ void av_sha1_update(AVSHA1* context, uint8_t* data, unsigned int len){
for ( ; i + 63 < len; i += 64) {
transform(context->state, &data[i]);
}
j=0;
}
else i = 0;
memcpy(&context->buffer[j], &data[i], len - 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