Skip to content

Commit

Permalink
fix(nvenc): disable filler data in AV1 bitstream (LizardByte#3336)
Browse files Browse the repository at this point in the history
  • Loading branch information
qiin2333 committed Oct 29, 2024
1 parent 2b7da52 commit dc68e15
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions src/video.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,8 @@ namespace video {
{ "delay"s, 0 },
{ "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 },
Expand Down
2 changes: 1 addition & 1 deletion third-party/moonlight-common-c
2 changes: 1 addition & 1 deletion third-party/wayland-protocols
Submodule wayland-protocols updated from 24e612 to 1f5f2b
2 changes: 1 addition & 1 deletion third-party/wlr-protocols
Submodule wlr-protocols updated from 2b8d43 to ffb89a

0 comments on commit dc68e15

Please sign in to comment.