Commit 07dc2ed8 authored by mru's avatar mru

1l: put that int i back


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5587 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 0af0402a
......@@ -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];
......
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