Skip to content

Commit

Permalink
Video stats unit alignments (#17524)
Browse files Browse the repository at this point in the history
  • Loading branch information
sonninnos authored Feb 6, 2025
1 parent 92c3800 commit bb9f075
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions gfx/video_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -4129,17 +4129,17 @@ void video_driver_frame(const void *data, unsigned width,
" Viewport: %u x %u\n"
" - Scale: %u x %u\n"
" - Scale X/Y: %2.2f / %2.2f\n"
" Refresh: %5.2f hz\n"
" Frame Rate: %5.2f fps\n"
" Frame Time: %5.2f ms\n"
" - Deviation: %5.2f %%\n"
" Refresh: %6.2f hz\n"
" Frame Rate:%7.2f fps\n"
" Frame Time: %6.2f ms\n"
" - Deviation:%6.2f %%\n"
" Frames: %8" PRIu64"\n"
" - Dropped: %5u\n"
"AUDIO: %s\n"
" Saturation: %5.2f %%\n"
" Deviation: %5.2f %%\n"
" Underrun: %5.2f %%\n"
" Blocking: %5.2f %%\n"
" Saturation: %6.2f %%\n"
" Deviation: %6.2f %%\n"
" Underrun: %6.2f %%\n"
" Blocking: %6.2f %%\n"
" Samples: %8d\n"
,
video_st->frame_cache_width,
Expand Down

0 comments on commit bb9f075

Please sign in to comment.