From 3e4662b337a1ad495f2dc875564e42de92828df9 Mon Sep 17 00:00:00 2001 From: patcarter883 <33055183+patcarter883@users.noreply.github.com> Date: Sun, 24 Mar 2024 13:22:31 +0000 Subject: [PATCH] Revert unrequired change to NVDEC decoder. --- src/misc/coders/Decoders/video/NVDEC.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/misc/coders/Decoders/video/NVDEC.js b/src/misc/coders/Decoders/video/NVDEC.js index 01472fc..8e92653 100644 --- a/src/misc/coders/Decoders/video/NVDEC.js +++ b/src/misc/coders/Decoders/video/NVDEC.js @@ -16,7 +16,7 @@ function createMapping(settings, stream, skills) { const mapping = { global: [], - local: ['-hwaccel', 'cuda', '-hwaccel_output_format', 'cuda', '-noautoscale'], + local: ['-hwaccel', 'cuda', '-hwaccel_output_format', 'cuda'], }; return mapping;