[FFmpeg-devel] [PATCH 05/17] avutil/blowfish: add Doxy @file and groups

Timothy Gu timothygu99 at gmail.com
Sat Nov 2 23:03:19 CET 2013


Signed-off-by: Timothy Gu <timothygu99 at gmail.com>
---
 libavutil/blowfish.c | 8 ++++++++
 libavutil/blowfish.h | 3 +++
 2 files changed, 11 insertions(+)

diff --git a/libavutil/blowfish.c b/libavutil/blowfish.c
index 3821427..cd79750 100644
--- a/libavutil/blowfish.c
+++ b/libavutil/blowfish.c
@@ -21,6 +21,14 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+/**
+ * @file
+ * @brief Blowfish algorithm
+ * Loosely based on Paul Kocher's implementation
+ * @author Samuel Pitoiset
+ * @ingroup lavu_blowfish
+ */
+
 #include "avutil.h"
 #include "common.h"
 #include "intreadwrite.h"
diff --git a/libavutil/blowfish.h b/libavutil/blowfish.h
index 0b00453..ae989b7 100644
--- a/libavutil/blowfish.h
+++ b/libavutil/blowfish.h
@@ -25,6 +25,9 @@
 #include <stdint.h>
 
 /**
+ * @file
+ * Public header for libavutil Blowfish hasher
+ * @author Samuel Pitoiset
  * @defgroup lavu_blowfish Blowfish
  * @ingroup lavu_crypto
  * @{
-- 
1.8.1.2



More information about the ffmpeg-devel mailing list