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: