Skip to content

Commit

Permalink
feat: bump ffmpeg-next to support ffmpeg 6.1
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <rui@chenrui.dev>
  • Loading branch information
chenrui333 committed Dec 29, 2023
1 parent 26ccad5 commit 2feb0c9
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 83 deletions.
153 changes: 71 additions & 82 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 @@ -42,7 +42,7 @@ crossbeam-utils = "0.8.12"

[dependencies.ffmpeg]
package = "ffmpeg-next"
version = "6"
version = "6.1"
optional = true
default-features = false
features = ["codec", "format", "filter", "software-resampling", "software-scaling"]
Expand Down

0 comments on commit 2feb0c9

Please sign in to comment.