From 8efda5a50dba14dd8be69d4762b05a39cc3f89f7 Mon Sep 17 00:00:00 2001 From: liluyang Date: Tue, 18 Feb 2025 16:16:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B0=83=E6=95=B4chrome=E4=B8=8Bacc?= =?UTF-8?q?=E9=BB=98=E8=AE=A4objectType?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/xgplayer-transmuxer/src/codec/aac.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/xgplayer-transmuxer/src/codec/aac.js b/packages/xgplayer-transmuxer/src/codec/aac.js index f0c02605..b7c2460a 100644 --- a/packages/xgplayer-transmuxer/src/codec/aac.js +++ b/packages/xgplayer-transmuxer/src/codec/aac.js @@ -122,7 +122,7 @@ export class AAC { objectType = 2 extensionSamplingIndex = samplingIndex } else { // use HE-AAC - objectType = (originObjectType === 2 || originObjectType === 5) ? originObjectType : 5 + objectType = 5 extensionSamplingIndex = samplingIndex if (samplingIndex >= 6) {