summaryrefslogtreecommitdiff
path: root/libavutil/aes_ctr.h
diff options
context:
space:
mode:
authorMarvin Scholz <epirat07@gmail.com>2022-09-24 19:12:27 +0200
committerAnton Khirnov <anton@khirnov.net>2022-10-17 09:55:19 +0200
commitc2c4ef6ae410cd8dc774a6fe2acd01132f4637af (patch)
treea729a5a7910f427b62649c12ac394f5cc9f7ead4 /libavutil/aes_ctr.h
parent67298d8ea1c9846eacce3e75e0df5a7c54260344 (diff)
downloadffmpeg-c2c4ef6ae410cd8dc774a6fe2acd01132f4637af.tar.gz
avutil/aes_ctr: Add proper doxy group
So it will be properly listed along the other crypto modules in the documentation.
Diffstat (limited to 'libavutil/aes_ctr.h')
-rw-r--r--libavutil/aes_ctr.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libavutil/aes_ctr.h b/libavutil/aes_ctr.h
index 4e9fda7aca..4d80c71326 100644
--- a/libavutil/aes_ctr.h
+++ b/libavutil/aes_ctr.h
@@ -22,6 +22,12 @@
#ifndef AVUTIL_AES_CTR_H
#define AVUTIL_AES_CTR_H
+/**
+ * @defgroup lavu_aes_ctr AES-CTR
+ * @ingroup lavu_crypto
+ * @{
+ */
+
#include <stdint.h>
#include "attributes.h"