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; /*!