code cleanup (#743)
* update tools * run code cleanup * update dependencies
This commit is contained in:
@@ -2,9 +2,8 @@
|
||||
|
||||
public class EncoderImplicitVideo : EncoderBase
|
||||
{
|
||||
public override FrameState NextState(FrameState currentState) => currentState;
|
||||
|
||||
public override string Name => string.Empty;
|
||||
public override StreamKind Kind => StreamKind.Video;
|
||||
public override IList<string> OutputOptions => Array.Empty<string>();
|
||||
public override FrameState NextState(FrameState currentState) => currentState;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user