Skip to content

Commit

Permalink
Use updated av-scenechange with threaded ffmpeg decoder
Browse files Browse the repository at this point in the history
  • Loading branch information
shssoichiro committed Jun 10, 2024
1 parent f6fc515 commit 6a3e352
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions av1an-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ crossbeam-channel = "0.5.1"
crossbeam-utils = "0.8.5"
textwrap = "0.16.0"
path_abs = "0.5.1"
av-scenechange = { version = "0.12.0", default-features = false, features = [
"ffmpeg",
"vapoursynth",
av-scenechange = { version = "0.12.2", default-features = false, features = [
"ffmpeg",
"vapoursynth",
] }
y4m = "0.8.0"
thiserror = "1.0.30"
Expand Down

0 comments on commit 6a3e352

Please sign in to comment.