avutil/aes_ctr: Add proper doxy group

So it will be properly listed along the other crypto modules
in the documentation.
This commit is contained in:
Marvin Scholz
2022-10-17 09:55:19 +02:00
committed by Anton Khirnov
parent 67298d8ea1
commit c2c4ef6ae4
+6
View File
@@ -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"