[SCM] libav/experimental: 1l: put that int i back

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:48:36 UTC 2013


The following commit has been merged in the experimental branch:
commit d10fda8ee2a25f21563869728fe1d6abfb04f9ae
Author: Måns Rullgård <mans at mansr.com>
Date:   Sun Jul 2 20:20:28 2006 +0000

    1l: put that int i back
    
    Originally committed as revision 5587 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavutil/md5.c b/libavutil/md5.c
index 330f318..844bcb0 100644
--- a/libavutil/md5.c
+++ b/libavutil/md5.c
@@ -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];

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list