Commit 64a24e08 by kimvde Committed by Ian Baker

Add compatible brands to MP4 sniffer

Issue: #7584
PiperOrigin-RevId: 319744023
parent 27c239d6
...@@ -57,6 +57,8 @@ import java.io.IOException; ...@@ -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
}; };
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment