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:
parent
67298d8ea1
commit
c2c4ef6ae4
@ -22,6 +22,12 @@
|
|||||||
#ifndef AVUTIL_AES_CTR_H
|
#ifndef AVUTIL_AES_CTR_H
|
||||||
#define AVUTIL_AES_CTR_H
|
#define AVUTIL_AES_CTR_H
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @defgroup lavu_aes_ctr AES-CTR
|
||||||
|
* @ingroup lavu_crypto
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#include "attributes.h"
|
#include "attributes.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user