obs-x264: Add separator to logging

master
jp9000 2015-07-05 23:55:16 -07:00
parent 5f75993882
commit a9c769897d
1 changed files with 2 additions and 0 deletions

View File

@ -455,6 +455,8 @@ static bool update_settings(struct obs_x264 *obsx264, obs_data_t *settings)
paramlist = strlist_split(opts, ' ', false); paramlist = strlist_split(opts, ' ', false);
blog(LOG_INFO, "---------------------------------");
if (!obsx264->context) { if (!obsx264->context) {
override_base_params(obsx264, paramlist, override_base_params(obsx264, paramlist,
&preset, &profile, &tune); &preset, &profile, &tune);