mirror of
https://github.com/samsonjs/media.git
synced 2026-04-01 10:35:48 +00:00
Correctly read mimeType for ISO 13818-7 objectTypeIndication values.
Issue: #731
This commit is contained in:
parent
83568ca52f
commit
adf82c7f5e
1 changed files with 3 additions and 0 deletions
|
|
@ -696,6 +696,9 @@ import java.util.List;
|
|||
mimeType = MimeTypes.VIDEO_H265;
|
||||
break;
|
||||
case 0x40:
|
||||
case 0x66:
|
||||
case 0x67:
|
||||
case 0x68:
|
||||
mimeType = MimeTypes.AUDIO_AAC;
|
||||
break;
|
||||
case 0xA5:
|
||||
|
|
|
|||
Loading…
Reference in a new issue