diff options
author | Timothy Gu <timothygu99@gmail.com> | 2016-08-01 19:53:50 -0700 |
---|---|---|
committer | Timothy Gu <timothygu99@gmail.com> | 2016-08-02 07:48:21 -0700 |
commit | 0a7a4e33f3030253aa86eaecd4b05c047e0918f9 (patch) | |
tree | a90f7c99e1ccc42c22185828afd79d20a71fa241 /libavutil/crc.h | |
parent | 19d7098c9e7b8568ce47f62a72af742eba478150 (diff) | |
download | ffmpeg-0a7a4e33f3030253aa86eaecd4b05c047e0918f9.tar.gz |
avutil: Add detailed Doxygen description to a few hashes
Diffstat (limited to 'libavutil/crc.h')
-rw-r--r-- | libavutil/crc.h | 4 |
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. + * * @{ */ |