mirror of
https://github.com/taglib/taglib.git
synced 2025-07-23 07:24:30 -04:00
Don't wrote the Vorbis framing bit to OggFLAC files
https://bugs.launchpad.net/maxosx/+bug/445970 http://www.hydrogenaudio.org/forums/index.php?showtopic=75263 CCMAIL:me@sbooth.org git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@1039704 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
@ -93,7 +93,7 @@ Properties *Ogg::FLAC::File::audioProperties() const
|
||||
|
||||
bool Ogg::FLAC::File::save()
|
||||
{
|
||||
d->xiphCommentData = d->comment->render();
|
||||
d->xiphCommentData = d->comment->render(false);
|
||||
|
||||
// Create FLAC metadata-block:
|
||||
|
||||
|
Reference in New Issue
Block a user