mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Add iso9 to the list of supported MP4 brands
Issue: #8308 #minor-release PiperOrigin-RevId: 345707141
This commit is contained in:
parent
2195facd85
commit
ab6b167ee0
1 changed files with 1 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ import java.io.IOException;
|
||||||
0x69736f34, // iso4
|
0x69736f34, // iso4
|
||||||
0x69736f35, // iso5
|
0x69736f35, // iso5
|
||||||
0x69736f36, // iso6
|
0x69736f36, // iso6
|
||||||
|
0x69736f39, // iso9
|
||||||
0x61766331, // avc1
|
0x61766331, // avc1
|
||||||
0x68766331, // hvc1
|
0x68766331, // hvc1
|
||||||
0x68657631, // hev1
|
0x68657631, // hev1
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue