FIX: for dotnet format

This commit is contained in:
Victor Horobchuk 2025-04-17 13:17:52 +03:00
parent 4025b82fbf
commit 3d21599c5d
2 changed files with 3 additions and 3 deletions

View file

@ -8,6 +8,6 @@
/// <param name="context"></param>
/// <returns></returns>
//public string GetText(StringBuilder context);
public string GetText(IEnumerable<IArgument> context);
string GetText(IEnumerable<IArgument> context);
}
}

View file

@ -36,8 +36,8 @@ namespace FFMpegCore.Arguments
public interface IVideoFilterArgument
{
public string Key { get; }
public string Value { get; }
string Key { get; }
string Value { get; }
}
public class VideoFilterOptions