mirror of
https://github.com/taglib/taglib.git
synced 2025-06-04 01:28:21 -04:00
SVN_SILENT grr, accidentally inserted tabs
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@648997 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
parent
784d7cd1e0
commit
3e36746dbb
@ -188,7 +188,7 @@ public:
|
||||
~FilePrivate() {
|
||||
delete ID3v2Tag;
|
||||
delete ID3v1Tag;
|
||||
delete APETag;
|
||||
delete APETag;
|
||||
delete tag;
|
||||
delete properties;
|
||||
}
|
||||
@ -455,7 +455,7 @@ long MPEG::File::nextFrameOffset(long position)
|
||||
|
||||
for(uint i = 0; i < buffer.size() - 1; i++) {
|
||||
if(uchar(buffer[i]) == 0xff && secondSynchByte(buffer[i + 1]))
|
||||
return position + i;
|
||||
return position + i;
|
||||
}
|
||||
position += bufferSize();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user