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