]> git.sesse.net Git - ffmpeg/commitdiff
Move comment to a slightly better place.
authorDiego Biurrun <diego@biurrun.de>
Mon, 2 Jul 2007 17:00:51 +0000 (17:00 +0000)
committerDiego Biurrun <diego@biurrun.de>
Mon, 2 Jul 2007 17:00:51 +0000 (17:00 +0000)
Originally committed as revision 9462 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavutil/aes.c

index b29e735d497295c3cb781204e401553d9b173ede..dc37162deec1ca55d043df637937c8dd33f1effa 100644 (file)
@@ -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"