mirror of
https://github.com/taglib/taglib.git
synced 2025-06-03 00:58:12 -04:00
Merge pull request #625 from TsudaKageyu/checksum-comment
(minor, comment only) Add a supplementary comment to ByteVector::checksum().
This commit is contained in:
commit
47800d1000
@ -275,7 +275,10 @@ namespace TagLib {
|
||||
|
||||
/*!
|
||||
* Returns a CRC checksum of the byte vector's data.
|
||||
*
|
||||
* \note This uses an uncommon variant of CRC32 specializes in Ogg.
|
||||
*/
|
||||
// BIC: Remove or make generic.
|
||||
uint checksum() const;
|
||||
|
||||
/*!
|
||||
|
Loading…
x
Reference in New Issue
Block a user