0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00

libobs: Fix output type specifiers

This commit is contained in:
Dmitry-Me 2019-03-19 18:29:09 +03:00
parent e67cae3710
commit eea71e5e7f

View File

@ -400,7 +400,7 @@ static void log_skipped(video_t *video)
blog(LOG_INFO, "Video stopped, number of "
"skipped frames due "
"to encoding lag: "
"%"PRIu32"/%"PRIu32" (%0.1f%%)",
"%ld/%ld (%0.1f%%)",
video->skipped_frames,
video->total_frames,
percentage_skipped);