From: Scott Wheeler Date: Tue, 10 Sep 2019 11:31:44 +0000 (+0200) Subject: Add docs for this method X-Git-Tag: v1.12-beta-1~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fced0f46e950c88c4646c081090705e3de6f4d5e;p=taglib Add docs for this method --- diff --git a/taglib/mpeg/id3v2/id3v2tag.h b/taglib/mpeg/id3v2/id3v2tag.h index 7cb86946..5811a5f1 100644 --- a/taglib/mpeg/id3v2/id3v2tag.h +++ b/taglib/mpeg/id3v2/id3v2tag.h @@ -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: