# HG changeset patch # User diego # Date 1183395651 0 # Node ID 1edb0f64861c319b012c625cee2b1f5e05989b3b # Parent 05c01c4c1ca91af64936eabd0d545723ab1a415d Move comment to a slightly better place. diff -r 05c01c4c1ca9 -r 1edb0f64861c aes.c --- a/aes.c Mon Jul 02 17:00:04 2007 +0000 +++ b/aes.c Mon Jul 02 17:00:51 2007 +0000 @@ -1,6 +1,8 @@ /* * copyright (c) 2007 Michael Niedermayer * + * 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"