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;