aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/mp4
diff options
context:
space:
mode:
authorTsuda Kageyu <tsuda.kageyu@gmail.com>2015-11-18 14:17:29 +0900
committerTsuda Kageyu <tsuda.kageyu@gmail.com>2015-11-18 14:17:29 +0900
commit69921b80906172a031f7771ea90d501a535dd912 (patch)
tree3e45894dc38e53df46564762c177043a3e65bd23 /taglib/mp4
parent762581fe3f48075cbaef094c9888481577f298ac (diff)
Amend the comment on MP4::File::hasMP4Tag().
Diffstat (limited to 'taglib/mp4')
-rw-r--r--taglib/mp4/mp4file.h3
1 files changed, 2 insertions, 1 deletions
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;