From: Tsuda Kageyu Date: Wed, 18 Nov 2015 05:17:29 +0000 (+0900) Subject: Amend the comment on MP4::File::hasMP4Tag(). X-Git-Tag: v1.11beta~136^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=69921b80906172a031f7771ea90d501a535dd912;p=taglib Amend the comment on MP4::File::hasMP4Tag(). --- diff --git a/taglib/mp4/mp4file.h b/taglib/mp4/mp4file.h index 8c049301..40fcde78 100644 --- a/taglib/mp4/mp4file.h +++ b/taglib/mp4/mp4file.h @@ -118,7 +118,8 @@ namespace TagLib { bool save(); /*! - * Returns whether or not the file on disk actually has an MP4 tag. + * Returns whether or not the file on disk actually has an MP4 tag, or the + * file has a Metadata Item List (ilst) atom. */ bool hasMP4Tag() const;