overdue code cleanup (#1271)
This commit is contained in:
@@ -6,6 +6,7 @@ public class EncoderHevcVaapi : EncoderBase
|
||||
{
|
||||
public override string Name => "hevc_vaapi";
|
||||
public override StreamKind Kind => StreamKind.Video;
|
||||
|
||||
public override FrameState NextState(FrameState currentState) => currentState with
|
||||
{
|
||||
VideoFormat = VideoFormat.Hevc
|
||||
|
||||
Reference in New Issue
Block a user