aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/mp4/mp4file.h
diff options
context:
space:
mode:
Diffstat (limited to 'taglib/mp4/mp4file.h')
-rw-r--r--taglib/mp4/mp4file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/taglib/mp4/mp4file.h b/taglib/mp4/mp4file.h
index ca2f70de..8a46d17d 100644
--- a/taglib/mp4/mp4file.h
+++ b/taglib/mp4/mp4file.h
@@ -127,7 +127,7 @@ namespace TagLib {
* \note This method is designed to do a quick check. The result may
* not necessarily be correct.
*/
- static bool isValidStream(IOStream *stream);
+ static bool isSupported(IOStream *stream);
private:
void read(bool readProperties);