update hwcodec, fix wrong gop, which causes FFmpeg nvenc vram encode delay (#8220)

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages 2024-05-31 16:44:18 +08:00 committed by GitHub
parent 8919ea65e3
commit 68cabe596d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

4
Cargo.lock generated
View File

@ -3037,8 +3037,8 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
[[package]] [[package]]
name = "hwcodec" name = "hwcodec"
version = "0.4.13" version = "0.4.15"
source = "git+https://github.com/21pages/hwcodec#29f52366c274f55b74cca7e84fb33aa00f2b63a7" source = "git+https://github.com/21pages/hwcodec#1d504ee590c15472813fecc22cee4b8149b2b8cd"
dependencies = [ dependencies = [
"bindgen 0.59.2", "bindgen 0.59.2",
"cc", "cc",