Additional manual formatting to taglib sources
This commit is contained in:
5
3rdparty/taglib/tagutils.h
vendored
5
3rdparty/taglib/tagutils.h
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user