mirror of
https://github.com/taglib/taglib.git
synced 2025-05-27 21:20:26 -04:00
Add a supplementary comment to ByteVector::checksum().
This commit is contained in:
parent
e90b5e5f2f
commit
4dd14d4d73
@ -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…
Reference in New Issue
Block a user