Skip to content

Commit

Permalink
Support Nokia 6.1 MP4 file type
Browse files Browse the repository at this point in the history
Fixes #490.
  • Loading branch information
drewnoakes committed Aug 6, 2020
1 parent 43afb5a commit 65c2f33
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ internal sealed class QuickTimeTypeChecker : ITypeChecker
{ Util.FileType.Mp4, Encoding.UTF8.GetBytes("NDXM") },
{ Util.FileType.Mp4, Encoding.UTF8.GetBytes("NDXP") },
{ Util.FileType.Mp4, Encoding.UTF8.GetBytes("NDXS") },
{ Util.FileType.Mp4, Encoding.UTF8.GetBytes("nvr1") },

// HEIF
{ Util.FileType.Heif, Encoding.UTF8.GetBytes("mif1") },
Expand Down

0 comments on commit 65c2f33

Please sign in to comment.