fix videotoolbox acceleration with new transcoder (#658)
* fix videotoolbox acceleration with new transcoder * cleanup
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace ErsatzTV.FFmpeg.Decoder;
|
||||
|
||||
public class DecoderVideoToolbox : DecoderBase
|
||||
{
|
||||
protected override FrameDataLocation OutputFrameDataLocation => FrameDataLocation.Software;
|
||||
public override string Name => "implicit_videotoolbox";
|
||||
public override IList<string> InputOptions(InputFile inputFile) => Array.Empty<string>();
|
||||
}
|
||||
Reference in New Issue
Block a user