code cleanup (#743)
* update tools * run code cleanup * update dependencies
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
public class EncoderCopySubtitle : EncoderBase
|
||||
{
|
||||
public override FrameState NextState(FrameState currentState) => currentState;
|
||||
public override string Name => "copy";
|
||||
public override StreamKind Kind => StreamKind.Subtitle;
|
||||
public override FrameState NextState(FrameState currentState) => currentState;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user