diff options
Diffstat (limited to 'transcoder')
-rw-r--r-- | transcoder/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/transcoder/Cargo.toml b/transcoder/Cargo.toml index 16bd9d9..c4fa7e8 100644 --- a/transcoder/Cargo.toml +++ b/transcoder/Cargo.toml @@ -8,7 +8,8 @@ jellycommon = { path = "../common" } jellybase = { path = "../base" } jellyremuxer = { path = "../remuxer" } log = { workspace = true } -image = { git = "https://github.com/image-rs/image", features = [ +# TODO: change this back to crates.io when pr is merged +image = { git = "https://github.com/metamuffin/image-rs", features = [ "avif-decoder", ] } anyhow = "1.0.75" |