Adapt most changes from taglib2

This commit is contained in:
Jonas Kvinge
2020-06-26 23:30:30 +02:00
parent 08882639e0
commit 5f71a558b9
374 changed files with 13708 additions and 4418 deletions

View File

@@ -40,11 +40,11 @@ class IOStream;
namespace Utils {
long findID3v1(File *file);
long findID3v2(File *file);
long findAPE(File *file, long id3v1Location);
long long findID3v1(File *file);
long long findID3v2(File *file);
long long findAPE(File *file, long long id3v1Location);
ByteVector readHeader(IOStream *stream, unsigned int length, bool skipID3v2, long *headerOffset = 0);
ByteVector readHeader(IOStream *stream, size_t length, bool skipID3v2, long long *headerOffset = nullptr);
} // namespace Utils
} // namespace TagLib
} // namespace Strawberry_TagLib