Global: move general options to a new separate folder

This commit is contained in:
李通洲
2023-10-25 13:39:13 +08:00
parent 04c3a4ccf7
commit bed1b4cf0f
28 changed files with 195 additions and 763 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ const char* ffProcessAppendOutput(FFstrbuf* buffer, char* const argv[], bool use
int FF_AUTO_CLOSE_FD childPipeFd = pipes[0];
int timeout = instance.config.processingTimeout;
int timeout = instance.config.general.processingTimeout;
if (timeout >= 0)
fcntl(childPipeFd, F_SETFL, fcntl(childPipeFd, F_GETFL) | O_NONBLOCK);