write unsynchronized data.
BUG:157166
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@771680
283d02a7-25f6-0310-bc7c-
ecb5cbfe19da
#endif
/*!
- * Returns true if unsyncronisation is enabled for this frame.
+ * Returns true if unsynchronisation is enabled for this frame.
*/
bool unsynchronisation() const;
v.append(char(4));
v.append(char(0));
- // Currently we don't actually support writing extended headers or footers, so
- // make sure that the flags are set accordingly.
+ // Currently we don't actually support writing extended headers, footers or
+ // unsynchronized tags, make sure that the flags are set accordingly.
d->extendedHeader = false;
d->footerPresent = false;
+ d->unsynchronisation = false;
// render and add the flags
std::bitset<8> flags;