mirror of
https://github.com/coalaura/ffwebp.git
synced 2025-09-08 22:09:55 +00:00
avif
This commit is contained in:
@@ -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{
|
||||
|
Reference in New Issue
Block a user