remove duplicate round_key
authorMichael Niedermayer <michaelni@gmx.at>
Sun, 14 Jan 2007 19:24:06 +0000 (19:24 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 14 Jan 2007 19:24:06 +0000 (19:24 +0000)
commit954bd264c1d2757babb62e882b417604c8a90c70
treebcb22cf6a9c28546f02f274b10f963358aed375e
parent54b78b2495200a1378cff27f62dd746970ef7beb
remove duplicate round_key
one context is now either for encoding or decoding (makes more sense in reality too)

Originally committed as revision 7492 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavutil/aes.c