Remove references to removed CheckEncoderValid method

This commit is contained in:
n00mkrad
2025-12-21 15:25:21 +01:00
parent 830ea46625
commit 395bdf8151

View File

@@ -83,8 +83,6 @@ namespace Flowframes.Main
return;
}
if (Config.GetBool(Config.Key.sbsAllowAutoEnc) && !(await InterpolateUtils.CheckEncoderValid())) return;
if (canceled) return;
Program.mainForm.SetStatus("Running AI...");
await RunAi(currentSettings.interpFolder, currentSettings.ai, true);
@@ -109,8 +107,6 @@ namespace Flowframes.Main
}
}
if (!(await InterpolateUtils.CheckEncoderValid())) return;
string[] outFrames = IoUtils.GetFilesSorted(currentSettings.interpFolder, currentSettings.interpExt);
if (outFrames.Length > 0 && !IoUtils.CheckImageValid(outFrames[0]))