1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

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
This commit is contained in:
Michael Niedermayer 2007-01-14 19:51:23 +00:00
parent c2fd2b20e5
commit 034f5fbaf2

View File

@ -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. * This file is part of FFmpeg.
* *
@ -16,6 +16,8 @@
* You should have received a copy of the GNU Lesser General Public * You should have received a copy of the GNU Lesser General Public
* License along with FFmpeg; if not, write to the Free Software * License along with FFmpeg; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
* some optimization ideas from aes128.c by Reimar Doeffinger
*/ */
#include "common.h" #include "common.h"