From 5d3ff699da629f7b442ec80180bdb7a0d303d935 Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Sat, 24 Oct 2015 13:43:25 +0200 Subject: [PATCH] Monkey's Audio: Don't call "tag" program, if there is *no* meta-data to be embedded, because it will fail (bug probably existed since MAC encoding support was added) Nero AAC: Don't call neroAacTag, if there is *no* meta-data to be embedded (neroAacTag doesn't fail in this case, but it would be a pointless call anyway) --- doc/Changelog.html | 6 +++ doc/Changelog.md | 5 +++ src/Encoder_AAC.cpp | 19 +++++---- src/Encoder_MAC.cpp | 17 +++++--- src/Model_AudioFile.cpp | 23 ++++++++++ src/Model_AudioFile.h | 93 +++++++++++++++++++++-------------------- 6 files changed, 105 insertions(+), 58 deletions(-) diff --git a/doc/Changelog.html b/doc/Changelog.html index 13c8c117..aadaf1b6 100644 --- a/doc/Changelog.html +++ b/doc/Changelog.html @@ -34,6 +34,7 @@

1 LameXP v4.xx History

+

LameXP v4.13 [xxxx-xx-xx]

+

LameXP v4.12 [2015-10-23]