We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78a606c commit 73cfae9Copy full SHA for 73cfae9
src/modules/diskio/diskio.c
@@ -220,6 +220,7 @@ void ffInitDiskIOOptions(FFDiskIOOptions* options)
220
ffOptionInitModuleArg(&options->moduleArgs);
221
222
ffStrbufInit(&options->namePrefix);
223
+ options->detectTotal = false;
224
}
225
226
void ffDestroyDiskIOOptions(FFDiskIOOptions* options)
src/modules/netio/netio.c
@@ -257,6 +257,7 @@ void ffInitNetIOOptions(FFNetIOOptions* options)
257
true
258
#endif
259
;
260
261
262
263
void ffDestroyNetIOOptions(FFNetIOOptions* options)
0 commit comments