mirror of
https://github.com/coalaura/ffwebp.git
synced 2025-09-08 22:09:55 +00:00
input-only codecs
This commit is contained in:
@@ -15,7 +15,6 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
quality int
|
||||
qualityA int
|
||||
speed int
|
||||
chroma int
|
||||
@@ -35,6 +34,10 @@ func (impl) Extensions() []string {
|
||||
return []string{"avif"}
|
||||
}
|
||||
|
||||
func (impl) CanEncode() bool {
|
||||
return true
|
||||
}
|
||||
|
||||
func (impl) Flags(flags []cli.Flag) []cli.Flag {
|
||||
return append(flags,
|
||||
&cli.IntFlag{
|
||||
|
Reference in New Issue
Block a user