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 e32987c commit 655d11cCopy full SHA for 655d11c
1 file changed
src/options/general.c
@@ -53,7 +53,7 @@ const char* ffOptionsParseGeneralJsonConfig(FFOptionsGeneral* options, yyjson_va
53
options->dsForceDrm = yyjson_get_bool(val) ? FF_DS_FORCE_DRM_TYPE_TRUE : FF_DS_FORCE_DRM_TYPE_FALSE;
54
}
55
#elif defined(_WIN32)
56
- else if (ffStrEqualsIgnCase(key, "wmiTimeout"))
+ else if (unsafe_yyjson_equals_str(key, "wmiTimeout"))
57
options->wmiTimeout = (int32_t) yyjson_get_int(val);
58
#endif
59
0 commit comments