Video stats unit alignments (#17524)

This commit is contained in:
sonninnos 2025-02-06 05:49:20 +02:00 committed by GitHub
parent 92c3800731
commit bb9f07569c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 8 deletions

View File

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