Merge tag 'v0.20.21'

release v0.20.21
This commit is contained in:
Max Kellermann
2018-08-17 20:02:27 +02:00
13 changed files with 59 additions and 29 deletions

View File

@@ -202,6 +202,7 @@ CueParser::Feed2(char *p) noexcept
return;
if (strcmp(type, "WAVE") != 0 &&
strcmp(type, "FLAC") != 0 && /* non-standard */
strcmp(type, "MP3") != 0 &&
strcmp(type, "AIFF") != 0) {
state = IGNORE_FILE;