mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
10l
Originally committed as revision 8374 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
fca447a911
commit
965ea9ba66
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user