mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2025-01-18 12:36:44 +00:00
Fixed code style issues
This commit is contained in:
parent
790aebba87
commit
9646c440bb
2 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
using System.Drawing;
|
using System.Drawing;
|
||||||
using FFMpegCore;
|
using FFMpegCore;
|
||||||
using FFMpegCore.Enums;
|
using FFMpegCore.Enums;
|
||||||
using FFMpegCore.Extensions.System.Drawing.Common;
|
|
||||||
using FFMpegCore.Extensions.SkiaSharp;
|
using FFMpegCore.Extensions.SkiaSharp;
|
||||||
|
using FFMpegCore.Extensions.System.Drawing.Common;
|
||||||
using FFMpegCore.Pipes;
|
using FFMpegCore.Pipes;
|
||||||
using SkiaSharp;
|
using SkiaSharp;
|
||||||
using FFMpegImage = FFMpegCore.Extensions.System.Drawing.Common.FFMpegImage;
|
using FFMpegImage = FFMpegCore.Extensions.System.Drawing.Common.FFMpegImage;
|
||||||
|
|
|
@ -184,7 +184,7 @@ private static void Video_ToMP4_Args_Pipe_DifferentPixelFormats_Internal(dynamic
|
||||||
|
|
||||||
[SupportedOSPlatform("windows")]
|
[SupportedOSPlatform("windows")]
|
||||||
[WindowsOnlyTestMethod, Timeout(BaseTimeoutMilliseconds)]
|
[WindowsOnlyTestMethod, Timeout(BaseTimeoutMilliseconds)]
|
||||||
public async Task Video_ToMP4_Args_Pipe_DifferentPixelFormats_WindowsOnly_Async() =>
|
public async Task Video_ToMP4_Args_Pipe_DifferentPixelFormats_WindowsOnly_Async() =>
|
||||||
await Video_ToMP4_Args_Pipe_DifferentPixelFormats_Internal_Async(System.Drawing.Imaging.PixelFormat.Format24bppRgb, System.Drawing.Imaging.PixelFormat.Format32bppRgb);
|
await Video_ToMP4_Args_Pipe_DifferentPixelFormats_Internal_Async(System.Drawing.Imaging.PixelFormat.Format24bppRgb, System.Drawing.Imaging.PixelFormat.Format32bppRgb);
|
||||||
|
|
||||||
[TestMethod, Timeout(BaseTimeoutMilliseconds)]
|
[TestMethod, Timeout(BaseTimeoutMilliseconds)]
|
||||||
|
|
Loading…
Reference in a new issue