removing videoinfo check from ffmpeg

This commit is contained in:
John Andrews
2022-03-10 15:17:17 +13:00
parent 64610c8b2d
commit 3375cdec40

View File

@@ -44,10 +44,6 @@ namespace FileFlows.VideoNodes
this.args = args;
try
{
VideoInfo videoInfo = GetVideoInfo(args);
if (videoInfo == null)
return -1;
string ffmpegExe = GetFFMpegExe(args);
if (string.IsNullOrEmpty(ffmpegExe))
return -1;