From 79ada18b49fbdc2e36a319f9cb0911b089d16152 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Mon, 28 Oct 2024 23:54:50 -0500 Subject: [PATCH] fix(nvenc): disable filler data in AV1 bitstream (#3336) --- src/video.cpp | 1 + third-party/build-deps | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/video.cpp b/src/video.cpp index 3824c295..ecd92e25 100644 --- a/src/video.cpp +++ b/src/video.cpp @@ -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 }, diff --git a/third-party/build-deps b/third-party/build-deps index edbc8c92..f8a2a112 160000 --- a/third-party/build-deps +++ b/third-party/build-deps @@ -1 +1 @@ -Subproject commit edbc8c92611cdd51904f778df5e26c4de0d3fdd4 +Subproject commit f8a2a1128eeeae2ca2ed64fd64604a529e24a682