Use published ffmpeg-next (#609)

This commit is contained in:
Josh Holmer 2022-04-10 12:32:03 -04:00 committed by GitHub
parent bd9a1fa9c2
commit 02ffc86601
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 6 deletions

5
Cargo.lock generated
View file

@ -506,8 +506,9 @@ dependencies = [
[[package]]
name = "ffmpeg-next"
version = "5.0.2"
source = "git+https://github.com/zmwangx/rust-ffmpeg?rev=0054b0e51b35ed240b193c7a93455714b4d75726#0054b0e51b35ed240b193c7a93455714b4d75726"
version = "5.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "585e5eaf57eceaa199ba6f6a1f46bdad7992930bb7b45b40275d9445b5ba2bc8"
dependencies = [
"bitflags",
"ffmpeg-sys-next",

View file

@ -48,6 +48,4 @@ overflow-checks = true
[patch.crates-io]
av-scenechange = { git = "https://github.com/rust-av/av-scenechange", rev = "0c63f493200eeccc21193d129fc63cb1265e40fa" }
# TODO: switch to release version once the fix for av_get_best_stream is published on crates.io.
ffmpeg-next = { git = "https://github.com/zmwangx/rust-ffmpeg", rev = "0054b0e51b35ed240b193c7a93455714b4d75726" }
console = { git = "https://github.com/console-rs/console", rev = "5484ea9d9f6884f6685349708e27bf08fab7703c" }

View file

@ -34,7 +34,7 @@ features = ["git", "build", "rustc", "cargo"]
[dependencies.ffmpeg]
package = "ffmpeg-next"
version = "5.0.2"
version = "5.0.3"
[features]
ffmpeg_static = ["ffmpeg/static", "ffmpeg/build"]

View file

@ -60,7 +60,7 @@ features = ["const_generics", "const_new", "union"]
[dependencies.ffmpeg]
package = "ffmpeg-next"
version = "5.0.2"
version = "5.0.3"
[dependencies.plotters]
version = "0.3.1"