summaryrefslogtreecommitdiff
path: root/libavutil/crc.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil/crc.h')
-rw-r--r--libavutil/crc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libavutil/crc.h b/libavutil/crc.h
index f0556a9d3b..2a1b0d7624 100644
--- a/libavutil/crc.h
+++ b/libavutil/crc.h
@@ -37,6 +37,10 @@
* @ingroup lavu_hash
* CRC (Cyclic Redundancy Check) hash function implementation.
*
+ * This module supports numerous CRC polynomials, in addition to the most
+ * widely used CRC-32-IEEE. See @ref AVCRCId for a list of available
+ * polynomials.
+ *
* @{
*/