Video stats unit alignments (#17524)
This commit is contained in:
parent
92c3800731
commit
bb9f07569c
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue