1
0
mirror of https://github.com/coalaura/ffwebp.git synced 2025-09-08 05:49:54 +00:00

fixes and cleanup

This commit is contained in:
Laura
2025-08-13 22:03:17 +02:00
parent b1c2432aa1
commit 6cf75f9745
3 changed files with 37 additions and 10 deletions

View File

@@ -87,8 +87,6 @@ func Sniff(reader io.Reader, input, force string, ignoreExtension bool) (*Sniffe
return nil, nil, err
}
fmt.Println(codec.String(), confidence)
if confidence <= 0 {
continue
}