summaryrefslogtreecommitdiff
path: root/libavutil/rc4.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-10-14 09:30:53 +0000
committerDiego Biurrun <diego@biurrun.de>2007-10-14 09:30:53 +0000
commitd5a8a02326e5df03b2948efb7df389d7c3e40a6b (patch)
tree6a3ecd74df32515e936224e8323319bb4777d603 /libavutil/rc4.c
parent547972fdad363cc866c2448e2af37b925d63d4c2 (diff)
Consistently place comments in file header.
Originally committed as revision 10730 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/rc4.c')
-rw-r--r--libavutil/rc4.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavutil/rc4.c b/libavutil/rc4.c
index e59dac853e..0cf71a4194 100644
--- a/libavutil/rc4.c
+++ b/libavutil/rc4.c
@@ -2,6 +2,8 @@
* RC4 encryption/decryption/pseudo-random number generator
* Copyright (c) 2007 Reimar Doeffinger
*
+ * loosely based on LibTomCrypt by Tom St Denis
+ *
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
@@ -17,8 +19,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
- *
- * loosely based on LibTomCrypt by Tom St Denis
*/
#include "common.h"
#include "rc4.h"