forked from FFmpeg/FFmpeg
lavu/adler32: Fix doxy group definition, take two
The description if for the function, not the group. Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
4a0d603072
commit
3e17eec607
1 changed files with 3 additions and 0 deletions
|
@ -28,6 +28,9 @@
|
|||
* @defgroup lavu_adler32 Adler32
|
||||
* @ingroup lavu_crypto
|
||||
* @{
|
||||
*/
|
||||
|
||||
/**
|
||||
* Calculate the Adler32 checksum of a buffer.
|
||||
*
|
||||
* Passing the return value to a subsequent av_adler32_update() call
|
||||
|
|
Loading…
Add table
Reference in a new issue