diff options
Diffstat (limited to 'transcoder/Cargo.toml')
-rw-r--r-- | transcoder/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/transcoder/Cargo.toml b/transcoder/Cargo.toml index 1416c10..f77f62c 100644 --- a/transcoder/Cargo.toml +++ b/transcoder/Cargo.toml @@ -13,6 +13,9 @@ image = "0.24.7" # image = { git = "https://github.com/metamuffin/image-rs", features = [ # "avif-decoder", # ] } +libavif-image = { version = "0.10.0", default-features = false, features = [ + "codec-dav1d", +] } anyhow = "1.0.75" rgb = "0.8.36" rav1e = { version = "0.6.6", default-features = false, features = [ |