From 4dd14d4d73c6d6d63fb68439e9bfb4935ecc6343 Mon Sep 17 00:00:00 2001 From: Tsuda Kageyu Date: Sat, 27 Jun 2015 01:29:16 +0900 Subject: [PATCH] Add a supplementary comment to ByteVector::checksum(). --- taglib/toolkit/tbytevector.h | 3 +++ 1 file changed, 3 insertions(+) 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; /*!