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:
authorTimothy Gu <timothygu99@gmail.com>2013-11-03 02:03:30 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-11-03 03:59:38 +0400
commit50f52a5498ff02c997d16b8181f32b933ce94b6b (patch)
tree157be07890d0af36dc10a0453f503ddd1ff3b876 /libavutil/xtea.c
parent624672fcce84c41e9e2fe9ff3ec3fd56140b175f (diff)
avutil/xtea: add Doxy @file and group
Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil/xtea.c')
-rw-r--r--libavutil/xtea.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/libavutil/xtea.c b/libavutil/xtea.c
index 5bb4cf7bf5..1750cbc45a 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"