提交 ba47bcaf 编写于 作者: J jp9000

Revert "rtmp-services: Add ability to specify tune param"

This reverts commit 4b0f22d0.

Services should not force tunes.
上级 2cf5c5f7
......@@ -346,12 +346,6 @@ static void apply_video_encoder_settings(obs_data_t *settings,
}
}
item = json_object_get(recommended, "tune");
if (item && json_is_string(item)) {
const char *tune = json_string_value(item);
obs_data_set_string(settings, "tune", tune);
}
item = json_object_get(recommended, "x264opts");
if (item && json_is_string(item)) {
const char *x264_settings = json_string_value(item);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册