提交 6654473f 编写于 作者: P Palana

Restore compatibility with released Jansson versions

上级 56b36859
......@@ -239,7 +239,7 @@ static void apply_video_encoder_settings(obs_encoder_t encoder,
item = json_object_get(recommended, "cbr");
if (item && json_is_boolean(item)) {
bool cbr = json_boolean_value(item);
bool cbr = json_is_true(item);
obs_data_setbool(settings, "cbr", cbr);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册