diff --git a/src/tag/Generic.hxx b/src/tag/Generic.hxx index 36473aa47..0d9f792bf 100644 --- a/src/tag/Generic.hxx +++ b/src/tag/Generic.hxx @@ -27,7 +27,8 @@ class InputStream; class Path; /** - * Attempts to scan APE or ID3 tags from the specified file. + * Attempts to scan APE or ID3 tags from the specified stream. The + * stream does not need to be rewound. */ bool ScanGenericTags(InputStream &is, const TagHandler &handler, void *ctx);