From 510653732d76fbf2171bd65170482cee33221854 Mon Sep 17 00:00:00 2001 From: ww-rm Date: Thu, 3 Apr 2025 19:46:01 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E5=86=97=E4=BD=99=E5=BC=95?= =?UTF-8?q?=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Implementations/ExportArgs/CustomExportArgs.cs | 4 +--- .../Implementations/ExportArgs/VideoExportArgs.cs | 4 +--- .../Implementations/Exporter/FFmpegVideoExporter.cs | 1 - SpineViewer/MainForm.cs | 8 +------- 4 files changed, 3 insertions(+), 14 deletions(-) diff --git a/SpineViewer/Exporter/Implementations/ExportArgs/CustomExportArgs.cs b/SpineViewer/Exporter/Implementations/ExportArgs/CustomExportArgs.cs index aad13c7..047ab89 100644 --- a/SpineViewer/Exporter/Implementations/ExportArgs/CustomExportArgs.cs +++ b/SpineViewer/Exporter/Implementations/ExportArgs/CustomExportArgs.cs @@ -1,6 +1,4 @@ -using FFMpegCore.Enums; -using FFMpegCore; -using System; +using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; diff --git a/SpineViewer/Exporter/Implementations/ExportArgs/VideoExportArgs.cs b/SpineViewer/Exporter/Implementations/ExportArgs/VideoExportArgs.cs index 0d44007..3847b48 100644 --- a/SpineViewer/Exporter/Implementations/ExportArgs/VideoExportArgs.cs +++ b/SpineViewer/Exporter/Implementations/ExportArgs/VideoExportArgs.cs @@ -1,6 +1,4 @@ -using FFMpegCore.Enums; -using FFMpegCore; -using System; +using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; diff --git a/SpineViewer/Exporter/Implementations/Exporter/FFmpegVideoExporter.cs b/SpineViewer/Exporter/Implementations/Exporter/FFmpegVideoExporter.cs index c30d253..7d8b420 100644 --- a/SpineViewer/Exporter/Implementations/Exporter/FFmpegVideoExporter.cs +++ b/SpineViewer/Exporter/Implementations/Exporter/FFmpegVideoExporter.cs @@ -7,7 +7,6 @@ using System.ComponentModel; using System.Linq; using System.Text; using System.Threading.Tasks; -using FFMpegCore.Arguments; using System.Diagnostics; namespace SpineViewer.Exporter.Implementations.Exporter diff --git a/SpineViewer/MainForm.cs b/SpineViewer/MainForm.cs index ad092ef..dc22e50 100644 --- a/SpineViewer/MainForm.cs +++ b/SpineViewer/MainForm.cs @@ -1,13 +1,7 @@ -using FFMpegCore.Pipes; -using FFMpegCore; -using NLog; -using SFML.System; +using NLog; using SpineViewer.Spine; using System.ComponentModel; using System.Diagnostics; -using System.Text.Json; -using System.Text.Json.Nodes; -using FFMpegCore.Enums; using SpineViewer.Exporter; namespace SpineViewer