From ec8763c1e4efc85739cd6d0c763f23885bd6286d Mon Sep 17 00:00:00 2001 From: Dmitry Lyzo Date: Mon, 26 Feb 2024 20:56:32 +0300 Subject: [PATCH] cleanup: drop extra aac condition There is a condition for any audio codec. --- src/scripts/browserDeviceProfile.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/scripts/browserDeviceProfile.js b/src/scripts/browserDeviceProfile.js index 2c0b57c154..dd438d6fce 100644 --- a/src/scripts/browserDeviceProfile.js +++ b/src/scripts/browserDeviceProfile.js @@ -889,15 +889,6 @@ export default function (options) { }); } - if (!supportsSecondaryAudio) { - aacCodecProfileConditions.push({ - Condition: 'Equals', - Property: 'IsSecondaryAudio', - Value: 'false', - IsRequired: false - }); - } - if (aacCodecProfileConditions.length) { profile.CodecProfiles.push({ Type: 'VideoAudio',