]> granicus.if.org Git - taglib/commitdiff
Add a supplementary comment to ByteVector::checksum().
authorTsuda Kageyu <tsuda.kageyu@gmail.com>
Fri, 26 Jun 2015 16:29:16 +0000 (01:29 +0900)
committerTsuda Kageyu <tsuda.kageyu@gmail.com>
Fri, 26 Jun 2015 16:29:16 +0000 (01:29 +0900)
taglib/toolkit/tbytevector.h

index f6ed6d6c14765b7f9084e4c045f9f639d1c34809..2ac3545bda5a8033d078516cb20b1cc305ccc904 100644 (file)
@@ -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;
 
     /*!