Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarvin Scholz <epirat07@gmail.com>2022-09-25 02:14:16 +0300
committerAnton Khirnov <anton@khirnov.net>2022-10-17 10:56:47 +0300
commited2aa4e692e4b023cdf19a64cd728f88841c639d (patch)
treecc5899c51dc1772a8fde91ba8c0e484facf44b38 /libavutil
parent96f89cdc87e20ee6ae65865efdd9cd495eb82505 (diff)
avutil/crc: Add doxy for missing arguments
Diffstat (limited to 'libavutil')
-rw-r--r--libavutil/crc.h3
1 files changed, 3 insertions, 0 deletions
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