aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/mpeg/mpegfile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'taglib/mpeg/mpegfile.cpp')
-rw-r--r--taglib/mpeg/mpegfile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/taglib/mpeg/mpegfile.cpp b/taglib/mpeg/mpegfile.cpp
index adfcaac3..217b03dd 100644
--- a/taglib/mpeg/mpegfile.cpp
+++ b/taglib/mpeg/mpegfile.cpp
@@ -95,7 +95,7 @@ namespace
};
}
-bool MPEG::File::isValidStream(IOStream *stream)
+bool MPEG::File::isSupported(IOStream *stream)
{
if(!stream || !stream->isOpen())
return false;