This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
1l: put that int i back
Originally committed as revision 5587 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Måns Rullgård
19 years ago
parent
26b891356c
commit
d10fda8ee2
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavutil/md5.c
+ 1
- 0
libavutil/md5.c
View File
@@ -71,6 +71,7 @@ static const uint32_t T[64] = {
static void body(uint32_t ABCD[4], const uint32_t X[16]){
int t;
int i attribute_unused;
unsigned int a= ABCD[3];
unsigned int b= ABCD[2];
unsigned int c= ABCD[1];
Write
Preview
Loading…
Cancel
Save