diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2007-01-14 19:51:23 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2007-01-14 19:51:23 +0000 |
commit | 034f5fbaf2df7773a98d05b98ee0660c9cf3a657 (patch) | |
tree | 0cc1b0445da1eae04e27da26866617c1011ce9b2 /libavutil/aes.c | |
parent | c2fd2b20e5cbdda6a39fe87da9d08b0200bedcfc (diff) | |
download | ffmpeg-034f5fbaf2df7773a98d05b98ee0660c9cf3a657.tar.gz |
seems i didnt copy anything from aes128.c so this should be more correct ?
Originally committed as revision 7497 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/aes.c')
-rw-r--r-- | libavutil/aes.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libavutil/aes.c b/libavutil/aes.c index 8ba623dedc..2173b6fd4a 100644 --- a/libavutil/aes.c +++ b/libavutil/aes.c @@ -1,5 +1,5 @@ /* - * copyright (c) 2007 Michael Niedermayer <michaelni@gmx.at> and Reimar Doeffinger + * copyright (c) 2007 Michael Niedermayer <michaelni@gmx.at> * * This file is part of FFmpeg. * @@ -16,6 +16,8 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * + * some optimization ideas from aes128.c by Reimar Doeffinger */ #include "common.h" |