1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-20 13:11:11 +01:00

Bugs 188 and 225

Refer to bugzilla for discussion, but, to summarize, this removes any writing of ID3V1 tags.  ID3V1 tags will still be imported, but they will be written as ID3V2 tags.
This commit is contained in:
lllucius
2011-03-01 07:06:58 +00:00
parent 031a9e0af3
commit 60af76d2b3
6 changed files with 37 additions and 102 deletions

View File

@@ -302,7 +302,6 @@ void MP3ImportFileHandle::ImportID3(Tags *tags)
}
tags->Clear();
tags->SetID3V2( tp->options & ID3_TAG_OPTION_ID3V1 ? false : true );
// Loop through all frames
for (int i = 0; i < (int) tp->nframes; i++) {