summaryrefslogtreecommitdiff
path: root/libavutil/xtea.c
diff options
context:
space:
mode:
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"