mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-04-24 12:48:14 -05:00
fixing issue with detectblackbars not passing in args parameter
This commit is contained in:
@@ -25,7 +25,7 @@ namespace FileFlows.VideoNodes
|
||||
if (string.IsNullOrEmpty(ffplay))
|
||||
return -1;
|
||||
|
||||
string crop = Execute(ffplay, args.WorkingFile, args.TempPath);
|
||||
string crop = Execute(ffplay, args.WorkingFile, args.TempPath, args);
|
||||
if (crop == string.Empty)
|
||||
return 2;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user