mirror of https://github.com/ErsatzTV/ErsatzTV.git
6 changed files with 23 additions and 22 deletions
@ -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>(); |
||||||
|
} |
||||||
Loading…
Reference in new issue