[SCM] libav/experimental: xtea: Add Doxy @file and group

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Aug 10 16:02:44 UTC 2014


The following commit has been merged in the experimental branch:
commit 486e3649cef50190105265fc51846e72d908d1bb
Author: Timothy Gu <timothygu99 at gmail.com>
Date:   Sat Nov 2 15:03:30 2013 -0700

    xtea: Add Doxy @file and group

diff --git a/libavutil/xtea.c b/libavutil/xtea.c
index d1efebf..53c0bfe 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 7d2b07b..0fc3810 100644
--- a/libavutil/xtea.h
+++ b/libavutil/xtea.h
@@ -24,6 +24,8 @@
 #include <stdint.h>
 
 /**
+ * @file
+ * @brief Public header for libavutil XTEA algorithm
  * @defgroup lavu_xtea XTEA
  * @ingroup lavu_crypto
  * @{

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list