libobs: Add log separators to video/audio resets

master
jp9000 2015-07-05 23:51:16 -07:00
parent 0e8702b006
commit 9729e7af86
1 changed files with 2 additions and 0 deletions

View File

@ -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"