mirror of
https://github.com/samsonjs/media.git
synced 2026-03-29 10:05:48 +00:00
Add compatible brands to MP4 sniffer
Issue: #7584 PiperOrigin-RevId: 319744023
This commit is contained in:
parent
5bfad37cd0
commit
f1dd1894fa
1 changed files with 2 additions and 0 deletions
|
|
@ -57,6 +57,8 @@ import java.io.IOException;
|
|||
0x71742020, // qt[space][space], Apple QuickTime
|
||||
0x4d534e56, // MSNV, Sony PSP
|
||||
0x64627931, // dby1, Dolby Vision
|
||||
0x69736d6c, // isml
|
||||
0x70696666, // piff
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue