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
@@ -3,5 +3,5 @@
public class DecoderMpeg1Video : DecoderBase
{
public override string Name => "mpeg1video";
public override FrameDataLocation OutputFrameDataLocation => FrameDataLocation.Software;
protected override FrameDataLocation OutputFrameDataLocation => FrameDataLocation.Software;
}