mirror of https://github.com/ErsatzTV/ErsatzTV.git
2 changed files with 2 additions and 5 deletions
@ -1,8 +1,8 @@
@@ -1,8 +1,8 @@
|
||||
namespace ErsatzTV.FFmpeg.GlobalOption.HardwareAcceleration; |
||||
|
||||
public class AmfHardwareAccelerationOption : GlobalOption |
||||
public class Dxva2HardwareAccelerationOption : GlobalOption |
||||
{ |
||||
public override string[] GlobalOptions => new[] { "-hwaccel", "dxva2" }; |
||||
public override string[] GlobalOptions => ["-hwaccel", "dxva2"]; |
||||
|
||||
public override FrameState NextState(FrameState currentState) => currentState with |
||||
{ |
||||
Loading…
Reference in new issue