diff options
Diffstat (limited to 'transcoder')
-rw-r--r-- | transcoder/Cargo.toml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/transcoder/Cargo.toml b/transcoder/Cargo.toml index c4fa7e8..1416c10 100644 --- a/transcoder/Cargo.toml +++ b/transcoder/Cargo.toml @@ -9,9 +9,10 @@ jellybase = { path = "../base" } jellyremuxer = { path = "../remuxer" } log = { workspace = true } # TODO: change this back to crates.io when pr is merged -image = { git = "https://github.com/metamuffin/image-rs", features = [ - "avif-decoder", -] } +image = "0.24.7" +# image = { git = "https://github.com/metamuffin/image-rs", features = [ +# "avif-decoder", +# ] } anyhow = "1.0.75" rgb = "0.8.36" rav1e = { version = "0.6.6", default-features = false, features = [ |