Commit 965ea9ba authored by Michael Niedermayer's avatar Michael Niedermayer

10l

Originally committed as revision 8374 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent fca447a9
......@@ -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