mirror of
https://github.com/thinkonmay/sunshine-sdk.git
synced 2026-01-07 11:37:46 +00:00
fix(nvenc): disable filler data in AV1 bitstream (#3336)
This commit is contained in:
parent
8810c5ccdd
commit
79ada18b49
@ -513,6 +513,7 @@ namespace video {
|
||||
{ "forced-idr"s, 1 },
|
||||
{ "zerolatency"s, 1 },
|
||||
{ "surfaces"s, 1 },
|
||||
{ "filler_data"s, false },
|
||||
{ "preset"s, &config::video.nv_legacy.preset },
|
||||
{ "tune"s, NV_ENC_TUNING_INFO_ULTRA_LOW_LATENCY },
|
||||
{ "rc"s, NV_ENC_PARAMS_RC_CBR },
|
||||
|
||||
2
third-party/build-deps
vendored
2
third-party/build-deps
vendored
@ -1 +1 @@
|
||||
Subproject commit edbc8c92611cdd51904f778df5e26c4de0d3fdd4
|
||||
Subproject commit f8a2a1128eeeae2ca2ed64fd64604a529e24a682
|
||||
Loading…
Reference in New Issue
Block a user