We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 816a03c commit c8c1ef1Copy full SHA for c8c1ef1
MetadataExtractor/Formats/QuickTime/QuickTimeTypeChecker.cs
@@ -21,6 +21,7 @@ internal sealed class QuickTimeTypeChecker : ITypeChecker
21
{ Util.FileType.QuickTime, Encoding.UTF8.GetBytes("3g2a") },
22
23
// MP4
24
+ { Util.FileType.Mp4, Encoding.UTF8.GetBytes("3gp5") },
25
{ Util.FileType.Mp4, Encoding.UTF8.GetBytes("avc1") },
26
{ Util.FileType.Mp4, Encoding.UTF8.GetBytes("iso2") },
27
{ Util.FileType.Mp4, Encoding.UTF8.GetBytes("isom") },
0 commit comments