Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-07-04 23:11:39 +0400
committerMichael Niedermayer <michaelni@gmx.at>2012-07-05 01:23:17 +0400
commit1f29504204b5d6e250657612c4cda014e27d9e89 (patch)
tree3ad52cb310b79b568f77a1700c42c371133cfe72 /libavutil/blowfish.h
parent0713c38ea3d735e9f0d77ca7d53c58e05eff0777 (diff)
blowfish.h: include author attribution
Reviewed-by: Clément Bœsch <ubitux@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil/blowfish.h')
-rw-r--r--libavutil/blowfish.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/blowfish.h b/libavutil/blowfish.h
index 8236a46ecb..0b004532de 100644
--- a/libavutil/blowfish.h
+++ b/libavutil/blowfish.h
@@ -1,5 +1,6 @@
/*
* Blowfish algorithm
+ * Copyright (c) 2012 Samuel Pitoiset
*
* This file is part of FFmpeg.
*