[SCM] libav/experimental: double ;;

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


The following commit has been merged in the experimental branch:
commit fca447a91156cceb44270ed29849ba60e3648846
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Tue Mar 13 01:25:59 2007 +0000

    double ;;
    
    Originally committed as revision 8373 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavutil/sha1.c b/libavutil/sha1.c
index 7f5b768..9ac9c52 100644
--- a/libavutil/sha1.c
+++ b/libavutil/sha1.c
@@ -87,7 +87,7 @@ static void transform(uint32_t state[5], uint8_t buffer[64]){
     e = state[4];
 #ifdef VARIANT2
     for(i=0; i<80; i++){
-        int t= e+block[i]+rol(a,5);;
+        int t= e+block[i]+rol(a,5);
         if(i<40){
             if(i<20)    t+= ((b&(c^d))^d)    +0x5A827999;
             else        t+= ( b^c     ^d)    +0x6ED9EBA1;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list