Skip to content

Commit

Permalink
Detect 3gp5 as MP4
Browse files Browse the repository at this point in the history
  • Loading branch information
drewnoakes committed Oct 25, 2020
1 parent 9ab28c0 commit 0fafa2f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public class QuickTimeTypeChecker implements TypeChecker
_ftypMap.put("3g2a", FileType.QuickTime);

// MP4
_ftypMap.put("3gp5", FileType.Mp4);
_ftypMap.put("avc1", FileType.Mp4);
_ftypMap.put("iso2", FileType.Mp4);
_ftypMap.put("isom", FileType.Mp4);
Expand Down

0 comments on commit 0fafa2f

Please sign in to comment.