Commit 7d244fff authored by michael's avatar michael

cosmetic (order context variables like in sha1)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8386 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 24f6f809
......@@ -35,9 +35,9 @@
#include "md5.h"
typedef struct AVMD5{
uint64_t len;
uint8_t block[64];
uint32_t ABCD[4];
uint64_t len;
} AVMD5;
const int av_md5_size= sizeof(AVMD5);
......
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