From a9c769897d35c61d0da92cc8272434be5c14ba32 Mon Sep 17 00:00:00 2001 From: jp9000 Date: Sun, 5 Jul 2015 23:55:16 -0700 Subject: [PATCH] obs-x264: Add separator to logging --- plugins/obs-x264/obs-x264.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/obs-x264/obs-x264.c b/plugins/obs-x264/obs-x264.c index 02333bd28..7e7ece81e 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);