]> granicus.if.org Git - taglib/commitdiff
Add docs for this method
authorScott Wheeler <scott@directededge.com>
Tue, 10 Sep 2019 11:31:44 +0000 (13:31 +0200)
committerScott Wheeler <scott@directededge.com>
Tue, 10 Sep 2019 11:31:44 +0000 (13:31 +0200)
taglib/mpeg/id3v2/id3v2tag.h

index 7cb86946e4b928c9f91b420426e5528aa5566c82..5811a5f11abe5dc27755a61a026eee8b0649bdf1 100644 (file)
@@ -396,6 +396,9 @@ namespace TagLib {
        */
       void setTextFrame(const ByteVector &id, const String &value);
 
+      /*!
+       * Dowgrade frames from ID3v2.4 (used internally and by default) to ID3v2.3
+       */
       void downgradeFrames(FrameList *existingFrames, FrameList *newFrames) const;
 
     private: