[SCM] libav/experimental: unneeded

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


The following commit has been merged in the experimental branch:
commit c2fd2b20e5cbdda6a39fe87da9d08b0200bedcfc
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sun Jan 14 19:45:27 2007 +0000

    unneeded
    
    Originally committed as revision 7496 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavutil/aes.c b/libavutil/aes.c
index 7b453d8..8ba623d 100644
--- a/libavutil/aes.c
+++ b/libavutil/aes.c
@@ -125,7 +125,6 @@ AVAES *av_aes_init(uint8_t *key, int key_bits, int decrypt) {
             j^= j+j;
             if(j>255) j^= 0x11B;
         }
-        log8[0]= 255;
         for(i=0; i<256; i++){
             j= i ? alog8[255-log8[i]] : 0;
             j ^= (j<<1) ^ (j<<2) ^ (j<<3) ^ (j<<4);

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list