From d5a8a02326e5df03b2948efb7df389d7c3e40a6b Mon Sep 17 00:00:00 2001
From: Diego Biurrun <diego@biurrun.de>
Date: Sun, 14 Oct 2007 09:30:53 +0000
Subject: [PATCH] Consistently place comments in file header.

Originally committed as revision 10730 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavutil/rc4.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libavutil/rc4.c b/libavutil/rc4.c
index e59dac853e5..0cf71a4194a 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"
-- 
GitLab