mirror of
https://github.com/bytedance/xgplayer.git
synced 2025-04-05 03:05:02 +08:00
fix: 调整chrome下acc默认objectType
This commit is contained in:
parent
1ee243457f
commit
8efda5a50d
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user