diff aes.c @ 194:3d5efe2de0ae libavutil

seems i didnt copy anything from aes128.c so this should be more correct ?
author michael
date Sun, 14 Jan 2007 19:51:23 +0000
parents b6d397f6be75
children d36946d9907e
line wrap: on
line diff
--- a/aes.c	Sun Jan 14 19:45:27 2007 +0000
+++ b/aes.c	Sun Jan 14 19:51:23 2007 +0000
@@ -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"