mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2025-01-18 12:36:44 +00:00
Fix whitespace formatting linting error
This commit is contained in:
parent
7569669f52
commit
3dc2fff0ac
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ public static async Task<bool> SnapshotAsync(string input, string output, Size?
|
||||||
.ProcessAsynchronously();
|
.ProcessAsynchronously();
|
||||||
}
|
}
|
||||||
|
|
||||||
public static bool GifSnapshot(string input, string output, Size? size = null, TimeSpan? captureTime = null, TimeSpan? duration = null, int ? streamIndex = null)
|
public static bool GifSnapshot(string input, string output, Size? size = null, TimeSpan? captureTime = null, TimeSpan? duration = null, int? streamIndex = null)
|
||||||
{
|
{
|
||||||
if (Path.GetExtension(output)?.ToLower() != FileExtension.Gif)
|
if (Path.GetExtension(output)?.ToLower() != FileExtension.Gif)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue