use noautoscale when also using hwaccel cuda (#2043)
This commit is contained in:
@@ -86,6 +86,7 @@ public class NvidiaPipelineBuilder : SoftwarePipelineBuilder
|
||||
if (decodeCapability == FFmpegCapability.Hardware)
|
||||
{
|
||||
pipelineSteps.Add(new CudaHardwareAccelerationOption(isHdrTonemap));
|
||||
pipelineSteps.Add(new NoAutoScaleOutputOption());
|
||||
}
|
||||
|
||||
// disable hw accel if decoder/encoder isn't supported
|
||||
|
||||
Reference in New Issue
Block a user