Revert unrequired change to NVDEC decoder.

This commit is contained in:
patcarter883 2024-03-24 13:22:31 +00:00
parent a0c41bba87
commit 3e4662b337

View File

@ -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;