code cleanup (#743)
* update tools * run code cleanup * update dependencies
This commit is contained in:
@@ -4,7 +4,9 @@ namespace ErsatzTV.FFmpeg.Encoder;
|
||||
|
||||
public class EncoderMpeg2Video : EncoderBase
|
||||
{
|
||||
public override FrameState NextState(FrameState currentState) => currentState with { VideoFormat = VideoFormat.Mpeg2Video };
|
||||
public override string Name => "mpeg2video";
|
||||
public override StreamKind Kind => StreamKind.Video;
|
||||
|
||||
public override FrameState NextState(FrameState currentState) =>
|
||||
currentState with { VideoFormat = VideoFormat.Mpeg2Video };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user