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.13k stars 177 forks source link

add video/3gpp support #75

Closed taraspos closed 5 years ago

taraspos commented 5 years ago

Fixes #74

I hade to name the matcher method as Match3gp since it is not possible to name it just 3gp because it starts with the number.

Magic Numbers taken from https://www.garykessler.net/library/file_sigs.html

h2non commented 5 years ago

Thank you!