Skip to content

Commit

Permalink
upgrade to ffmpeg 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gerwin3 committed Apr 16, 2024
1 parent 7d81ec4 commit c40aef9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

strategy:
matrix:
ffmpeg_version: ["4.3", "4.4", "5.0", "5.1", "6.0"]
ffmpeg_version: ["4.3", "4.4", "5.0", "5.1", "6.0", "6.1", "7.0"]
fail-fast: false

steps:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ readme = "README.md"

[dependencies]
tracing = "0.1"
ffmpeg-next = { version = "6.1", features = [
ffmpeg-next = { version = "7.0", features = [
"format",
"codec",
"software-resampling",
Expand Down

0 comments on commit c40aef9

Please sign in to comment.