提交 9729e7af 编写于 作者: J jp9000

libobs: Add log separators to video/audio resets

上级 0e8702b0
......@@ -874,6 +874,7 @@ int obs_reset_video(struct obs_video_info *ovi)
}
}
blog(LOG_INFO, "---------------------------------");
blog(LOG_INFO, "video settings reset:\n"
"\tbase resolution: %dx%d\n"
"\toutput resolution: %dx%d\n"
......@@ -907,6 +908,7 @@ bool obs_reset_audio(const struct obs_audio_info *oai)
ai.speakers = oai->speakers;
ai.buffer_ms = oai->buffer_ms;
blog(LOG_INFO, "---------------------------------");
blog(LOG_INFO, "audio settings reset:\n"
"\tsamples per sec: %d\n"
"\tspeakers: %d\n"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册