h2non / filetype

Fast, dependency-free Go package to infer binary file types based on the magic numbers header signature
https://pkg.go.dev/github.com/h2non/filetype?tab=doc
MIT License
2.1k stars 175 forks source link

Mp4 Video Matcher broken #33

Closed yiiTT closed 6 years ago

yiiTT commented 6 years ago

The updated Mp4 matcher added by #30 is incorrect due to the case-sensitivity Issues with "ftypMSNV", etc..

yiiTT commented 6 years ago

Fixed in #34