mirror of
https://github.com/coalaura/ffwebp.git
synced 2025-09-09 14:29:55 +00:00
input-only codecs
This commit is contained in:
@@ -33,6 +33,10 @@ func (impl) Extensions() []string {
|
||||
return []string{"webp"}
|
||||
}
|
||||
|
||||
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