Additional manual formatting to taglib sources

This commit is contained in:
Jonas Kvinge
2020-06-14 17:01:05 +02:00
parent 577b7d8ec8
commit ef34dce4dc
217 changed files with 7367 additions and 8204 deletions

View File

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