Chore: oops...

This commit is contained in:
李通洲
2024-04-18 23:34:27 +08:00
parent 47000f2aaf
commit 9b23ce94ab
+1 -1
View File
@@ -189,7 +189,7 @@ const char* ffOptionsParseDisplayJsonConfig(FFOptionsDisplay* options, yyjson_va
options->noBuffer = yyjson_get_bool(val);
else if (ffStrEqualsIgnCase(key, "keyWidth"))
options->keyWidth = (uint32_t) yyjson_get_uint(val);
else if (ffStrEndsWithIgnCase(key, "tsVersion"))
else if (ffStrEqualsIgnCase(key, "tsVersion"))
options->tsVersion = yyjson_get_bool(val);
else
return "Unknown display property";