Merge branch 'v0.21.x'

This commit is contained in:
Max Kellermann
2020-02-04 16:49:18 +01:00
11 changed files with 39 additions and 16 deletions

View File

@@ -760,7 +760,7 @@ MadDecoder::DecodeFirstFrame(Tag *tag) noexcept
if (max_frames > 8 * 1024 * 1024) {
FormatWarning(mad_domain,
"mp3 file header indicates too many frames: %lu",
"mp3 file header indicates too many frames: %zu",
max_frames);
return false;
}