[FFmpeg-devel] [PATCH 16/17] avutil/xtea: add Doxy @file and group

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


Signed-off-by: Timothy Gu <timothygu99 at gmail.com>
---
 libavutil/xtea.c | 7 +++++++
 libavutil/xtea.h | 2 ++
 2 files changed, 9 insertions(+)

diff --git a/libavutil/xtea.c b/libavutil/xtea.c
index 5bb4cf7..1750cbc 100644
--- a/libavutil/xtea.c
+++ b/libavutil/xtea.c
@@ -21,6 +21,13 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+/**
+ * @file
+ * @brief XTEA 32-bit implementation
+ * @author Samuel Pitoiset
+ * @ingroup lavu_xtea
+ */
+
 #include "avutil.h"
 #include "common.h"
 #include "intreadwrite.h"
diff --git a/libavutil/xtea.h b/libavutil/xtea.h
index 0899c92..6f1e71e 100644
--- a/libavutil/xtea.h
+++ b/libavutil/xtea.h
@@ -25,6 +25,8 @@
 #include <stdint.h>
 
 /**
+ * @file
+ * @brief Public header for libavutil XTEA algorithm
  * @defgroup lavu_xtea XTEA
  * @ingroup lavu_crypto
  * @{
-- 
1.8.1.2



More information about the ffmpeg-devel mailing list