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
committerVittorio Giovara <vittorio.giovara@gmail.com>2014-04-07 03:31:36 +0400
commit486e3649cef50190105265fc51846e72d908d1bb (patch)
treeed72eab8fa2442d4e44f46b1a87e9c75b5f7118d /libavutil/xtea.c
parentf73495686d109ffffaa8c0387e790e7997326229 (diff)
xtea: Add Doxy @file and group
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 d1efebf590..53c0bfe603 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"