mirror of
https://github.com/taglib/taglib.git
synced 2025-06-04 01:28:21 -04:00
Default to ID3v2.4 in the header (fixes the bug just reported on the list)
CCMAIL:taglib-devel@kde.org git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@554946 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
parent
3856f38655
commit
23bd433cde
@ -35,7 +35,7 @@ using namespace ID3v2;
|
||||
class Header::HeaderPrivate
|
||||
{
|
||||
public:
|
||||
HeaderPrivate() : majorVersion(0),
|
||||
HeaderPrivate() : majorVersion(4),
|
||||
revisionNumber(0),
|
||||
unsynchronisation(false),
|
||||
extendedHeader(false),
|
||||
|
Loading…
x
Reference in New Issue
Block a user