1
0
Fork 0
codeberg-forgejo/modules/typesniffer
Giteabot 622ec5c79f
Detect ogg mime-type as audio or video (#26494) (#26505)
Backport #26494 by @wxiaoguang

"ogg" is just a "container" format for audio and video.

Golang's `DetectContentType` only reports "application/ogg" for
potential ogg files.

Actually it could do more "guess" to see whether it is a audio file or a
video file.

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
(cherry picked from commit 4bdb8dd9cc028a071819afd8f79cf29b30ab4d30)
2023-08-21 07:26:43 +02:00
..
typesniffer.go Detect ogg mime-type as audio or video (#26494) (#26505) 2023-08-21 07:26:43 +02:00
typesniffer_test.go Detect ogg mime-type as audio or video (#26494) (#26505) 2023-08-21 07:26:43 +02:00