From: Tsuda Kageyu Date: Fri, 26 Jun 2015 16:29:16 +0000 (+0900) Subject: Add a supplementary comment to ByteVector::checksum(). X-Git-Tag: v1.10beta~59^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4dd14d4d73c6d6d63fb68439e9bfb4935ecc6343;p=taglib Add a supplementary comment to ByteVector::checksum(). --- diff --git a/taglib/toolkit/tbytevector.h b/taglib/toolkit/tbytevector.h index f6ed6d6c..2ac3545b 100644 --- a/taglib/toolkit/tbytevector.h +++ b/taglib/toolkit/tbytevector.h @@ -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; /*!