Browse Source

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
tags/v0.5
Michael Niedermayer 18 years ago
parent
commit
034f5fbaf2
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      libavutil/aes.c

+ 3
- 1
libavutil/aes.c 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.
*
@@ -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"


Loading…
Cancel
Save