obs-x264: Add separator to logging

This commit is contained in:
jp9000 2015-07-05 23:55:16 -07:00
parent 5f75993882
commit a9c769897d

View File

@ -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);