diff --git a/plugins/obs-x264/obs-x264.c b/plugins/obs-x264/obs-x264.c index 02333bd28c434c08c42dd52f8a6a03a40be34ba9..7e7ece81eb071c2f6227b4bb811b8f57763fd764 100644 --- a/plugins/obs-x264/obs-x264.c +++ b/plugins/obs-x264/obs-x264.c @@ -455,6 +455,8 @@ static bool update_settings(struct obs_x264 *obsx264, obs_data_t *settings) paramlist = strlist_split(opts, ' ', false); + blog(LOG_INFO, "---------------------------------"); + if (!obsx264->context) { override_base_params(obsx264, paramlist, &preset, &profile, &tune);