OSDN Git Service

ConvertStopFlag, TextProgressListenerクラス削除
[coroid/inqubus.git] / frontend / src / saccubus / converter / FfmpegCommand.java
index 200d206..57e16f6 100644 (file)
@@ -13,12 +13,10 @@ import java.util.logging.Level;
 import java.util.logging.Logger;
 import javax.swing.SwingWorker;
 import org.apache.commons.lang.StringUtils;
-import saccubus.ConvertStopFlag;
 import saccubus.conv.ConvertToVideoHook;
 import saccubus.converter.profile.ConvertProfile;
 import saccubus.converter.profile.FfmpegProfile;
 import saccubus.converter.profile.GeneralProfile;
-import saccubus.net.TextProgressListener;
 import yukihane.mediainfowrapper.Info;
 import yukihane.mediainfowrapper.MediaInfo;
 import yukihane.mediainfowrapper.Size;
@@ -40,8 +38,8 @@ public class FfmpegCommand extends SwingWorker<FfmpegCommandResult, FfmpegComman
     private final File convertedVideoFile;
     private final ConvertProfile ffmpeg;
 
-    FfmpegCommand(TextProgressListener listener, ConvertStopFlag flag, File commentFile,
-            File videoFile, File convertedVideoFile, ConvertProfile ffmpeg, GeneralProfile general) throws IOException {
+    FfmpegCommand(File commentFile, File videoFile, File convertedVideoFile, ConvertProfile ffmpeg,
+            GeneralProfile general) throws IOException {
         this.commentFile = commentFile;
         this.videoFile = videoFile;
         this.convertedVideoFile = convertedVideoFile;