From fced0f46e950c88c4646c081090705e3de6f4d5e Mon Sep 17 00:00:00 2001 From: Scott Wheeler Date: Tue, 10 Sep 2019 13:31:44 +0200 Subject: [PATCH] Add docs for this method --- taglib/mpeg/id3v2/id3v2tag.h | 3 +++ 1 file changed, 3 insertions(+) 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: