1
0
mirror of https://github.com/coalaura/ffwebp.git synced 2025-09-08 22:09:55 +00:00
This commit is contained in:
2025-08-11 02:36:35 +02:00
parent ce0a9336dd
commit 094eba42af
8 changed files with 149 additions and 10 deletions

View File

@@ -61,7 +61,7 @@ func Sniff(reader io.Reader) (*Sniffed, io.Reader, error) {
}
if guess == nil {
return nil, nil, errors.New("unknown format")
return nil, nil, errors.New("unknown input format")
}
return &Sniffed{