mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2024-11-10 00:24:14 +01:00
Fix using temporarily
This commit is contained in:
parent
5b0c74e5c0
commit
11997d91f9
2 changed files with 1 additions and 2 deletions
|
@ -11,7 +11,6 @@
|
|||
using System.Runtime.Versioning;
|
||||
using System.Threading.Tasks;
|
||||
using FFMpegCore.Extensions.System.Drawing.Common;
|
||||
using FFMpegCore.Test.Utilities;
|
||||
|
||||
namespace FFMpegCore.Test
|
||||
{
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
using FFMpegCore.Extensions.System.Drawing.Common;
|
||||
using FFMpegCore.Pipes;
|
||||
|
||||
namespace FFMpegCore.Test.Utilities
|
||||
namespace FFMpegCore.Test
|
||||
{
|
||||
static class BitmapSource
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue