use vaapi driver settings with new transcoder logic (#635)

* add LIBVA_DRIVER_NAME env var

* add vaapi device name

* add FFREPORT env var

* fixes
This commit is contained in:
Jason Dove
2022-02-15 08:44:49 -06:00
committed by GitHub
parent c96b800b52
commit 2f2d7952dd
49 changed files with 310 additions and 67 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
public class DecoderImplicit : DecoderBase
{
public override FrameDataLocation OutputFrameDataLocation => FrameDataLocation.Software;
protected override FrameDataLocation OutputFrameDataLocation => FrameDataLocation.Software;
public override string Name => string.Empty;
public override IList<string> InputOptions => Array.Empty<string>();
}