diff --git a/FFMpegCore.Examples/Program.cs b/FFMpegCore.Examples/Program.cs index e89de17..d7abde4 100644 --- a/FFMpegCore.Examples/Program.cs +++ b/FFMpegCore.Examples/Program.cs @@ -1,8 +1,8 @@ using System.Drawing; using FFMpegCore; using FFMpegCore.Enums; -using FFMpegCore.Extensions.System.Drawing.Common; using FFMpegCore.Extensions.SkiaSharp; +using FFMpegCore.Extensions.System.Drawing.Common; using FFMpegCore.Pipes; using SkiaSharp; using FFMpegImage = FFMpegCore.Extensions.System.Drawing.Common.FFMpegImage; diff --git a/FFMpegCore.Test/VideoTest.cs b/FFMpegCore.Test/VideoTest.cs index 03e0b1a..a6be018 100644 --- a/FFMpegCore.Test/VideoTest.cs +++ b/FFMpegCore.Test/VideoTest.cs @@ -184,7 +184,7 @@ private static void Video_ToMP4_Args_Pipe_DifferentPixelFormats_Internal(dynamic [SupportedOSPlatform("windows")] [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); [TestMethod, Timeout(BaseTimeoutMilliseconds)]