[FFmpeg-cvslog] avutil/crc: Add doxy for missing arguments
Marvin Scholz
git at videolan.org
Mon Oct 17 11:01:53 EEST 2022
ffmpeg | branch: master | Marvin Scholz <epirat07 at gmail.com> | Sun Sep 25 01:14:16 2022 +0200| [ed2aa4e692e4b023cdf19a64cd728f88841c639d] | committer: Anton Khirnov
avutil/crc: Add doxy for missing arguments
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ed2aa4e692e4b023cdf19a64cd728f88841c639d
---
libavutil/crc.h | 3 +++
1 file changed, 3 insertions(+)
diff --git a/libavutil/crc.h b/libavutil/crc.h
index 24a2e3caed..7f59812a18 100644
--- a/libavutil/crc.h
+++ b/libavutil/crc.h
@@ -84,7 +84,10 @@ const AVCRC *av_crc_get_table(AVCRCId crc_id);
/**
* Calculate the CRC of a block.
+ * @param ctx initialized AVCRC array (see av_crc_init())
* @param crc CRC of previous blocks if any or initial value for CRC
+ * @param buffer buffer whose CRC to calculate
+ * @param length length of the buffer
* @return CRC updated with the data from the given block
*
* @see av_crc_init() "le" parameter
More information about the ffmpeg-cvslog
mailing list