1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

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-09-24 19:12:27 +02:00 committed by Anton Khirnov
parent 67298d8ea1
commit c2c4ef6ae4

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"