Processing: increase the default value of processingTimeout

For 756865855b
This commit is contained in:
李通洲
2024-09-18 16:09:38 +08:00
parent 756865855b
commit 6acc33cd16
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ bool ffOptionsParseGeneralCommandLine(FFOptionsGeneral* options, const char* key
void ffOptionsInitGeneral(FFOptionsGeneral* options)
{
options->processingTimeout = 1000;
options->processingTimeout = 5000;
options->multithreading = true;
options->detectVersion = true;