Disambiguate export formats with same loudness but different true-peal

Amend 75829d20f2
This commit is contained in:
Robin Gareus
2021-04-16 04:26:47 +02:00
parent 861417c07c
commit 725c00236c

View File

@@ -598,6 +598,7 @@ ExportGraphBuilder::SFC::operator== (FileSpec const& other_config) const
if (a.normalize_loudness () == b.normalize_loudness ()) {
id &= a.normalize_lufs () == b.normalize_lufs ();
id &= a.normalize_dbtp () == b.normalize_dbtp ();
} else {
return false;
}