Closed NyaaaWhatsUpDoc closed 1 month ago
Fixes an issue where a webm filetype (with correct video codec) without any audio codec might get mistakenly classified as an mkv. Also adds much improved logging in the case of unsupported data types.
go fmt ./...
golangci-lint run
Nice one! Squerge it!
Description
Fixes an issue where a webm filetype (with correct video codec) without any audio codec might get mistakenly classified as an mkv. Also adds much improved logging in the case of unsupported data types.
Checklist
go fmt ./...
andgolangci-lint run
.