diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-07-02 17:00:51 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-07-02 17:00:51 +0000 |
commit | 2eb697a45546106793fff8b1b267ec8e8711bbd7 (patch) | |
tree | 9a14be0e245f974aa1e6cd496997c9f6df7ba9f4 /libavutil/aes.c | |
parent | 224906414b7f157416dabc4f98c0d3076c631521 (diff) | |
download | ffmpeg-2eb697a45546106793fff8b1b267ec8e8711bbd7.tar.gz |
Move comment to a slightly better place.
Originally committed as revision 9462 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/aes.c')
-rw-r--r-- | libavutil/aes.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavutil/aes.c b/libavutil/aes.c index b29e735d49..dc37162dee 100644 --- a/libavutil/aes.c +++ b/libavutil/aes.c @@ -1,6 +1,8 @@ /* * copyright (c) 2007 Michael Niedermayer <michaelni@gmx.at> * + * some optimization ideas from aes128.c by Reimar Doeffinger + * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or @@ -16,8 +18,6 @@ * 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" |