Skip to content

Commit

Permalink
Switch to forked ffmpeg bindings to support FFmpeg 6.1 (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
wkozyra95 authored Nov 30, 2023
1 parent 78d5278 commit fb27e5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ crossbeam-channel = "0.5.8"
reqwest = { version = "0.11.18", features = ["blocking", "json"] }
signal-hook = "0.3.15"
shared_memory = "0.12.4"
ffmpeg-next = "6.0.0"
ffmpeg-next = { git = "https://github.com/membraneframework-labs/rust-ffmpeg.git", branch = "fix-for-ffmepg-6.1" }
anyhow = "1.0.71"
image = { version = "0.24.7", features = ["jpeg", "png"] }

Expand Down

0 comments on commit fb27e5e

Please sign in to comment.