You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
xtea: Add Doxy @file and group
This commit is contained in:
committed by
Vittorio Giovara
parent
f73495686d
commit
486e3649ce
@@ -21,6 +21,13 @@
|
|||||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
* 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 "avutil.h"
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
#include "intreadwrite.h"
|
#include "intreadwrite.h"
|
||||||
|
@@ -24,6 +24,8 @@
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @file
|
||||||
|
* @brief Public header for libavutil XTEA algorithm
|
||||||
* @defgroup lavu_xtea XTEA
|
* @defgroup lavu_xtea XTEA
|
||||||
* @ingroup lavu_crypto
|
* @ingroup lavu_crypto
|
||||||
* @{
|
* @{
|
||||||
|
Reference in New Issue
Block a user