code cleanup (#743)
* update tools * run code cleanup * update dependencies
This commit is contained in:
@@ -10,8 +10,10 @@ public abstract class DecoderBase : IDecoder
|
||||
public virtual IList<string> InputOptions(InputFile inputFile) => new List<string> { "-c:v", Name };
|
||||
public IList<string> FilterOptions => Array.Empty<string>();
|
||||
public IList<string> OutputOptions => Array.Empty<string>();
|
||||
|
||||
public virtual FrameState NextState(FrameState currentState) =>
|
||||
currentState with { FrameDataLocation = OutputFrameDataLocation };
|
||||
|
||||
public abstract string Name { get; }
|
||||
public bool AppliesTo(AudioInputFile audioInputFile) => false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user