mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-27 13:10:37 +00:00
Consistently place comments in file header.
Originally committed as revision 10730 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
547972fdad
commit
d5a8a02326
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user