[SCM] libav/experimental: cosmetic (order context variables like in sha1)

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:57:47 UTC 2013


The following commit has been merged in the experimental branch:
commit e057461daca4ea83418fd359e9173a997270a00b
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Tue Mar 13 12:40:13 2007 +0000

    cosmetic (order context variables like in sha1)
    
    Originally committed as revision 8386 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavutil/md5.c b/libavutil/md5.c
index ed19693..7c078bb 100644
--- a/libavutil/md5.c
+++ b/libavutil/md5.c
@@ -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);

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list