mirror of
https://github.com/samsonjs/media.git
synced 2026-03-29 10:05:48 +00:00
parent
c8955ed5ff
commit
6799097930
1 changed files with 1 additions and 1 deletions
|
|
@ -176,7 +176,7 @@ public final class MediaCodecUtil {
|
|||
// E-AC3 decoders can decode JOC streams, but in 2-D rather than 3-D.
|
||||
CodecKey eac3Key = new CodecKey(MimeTypes.AUDIO_E_AC3, key.secure, key.tunneling);
|
||||
ArrayList<MediaCodecInfo> eac3DecoderInfos =
|
||||
getDecoderInfosInternal(eac3Key, mediaCodecList, mimeType);
|
||||
getDecoderInfosInternal(eac3Key, mediaCodecList, MimeTypes.AUDIO_E_AC3);
|
||||
decoderInfos.addAll(eac3DecoderInfos);
|
||||
}
|
||||
applyWorkarounds(mimeType, decoderInfos);
|
||||
|
|
|
|||
Loading…
Reference in a new issue