mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-07-18 10:32:38 +00:00
Rename pacing drop to jitter drop to be less confusing for users
This commit is contained in:
parent
2c09875556
commit
a1956350b1
@ -303,7 +303,7 @@ void FFmpegVideoDecoder::stringifyVideoStats(VIDEO_STATS& stats, char* output)
|
|||||||
if (stats.renderedFrames != 0) {
|
if (stats.renderedFrames != 0) {
|
||||||
offset += sprintf(&output[offset],
|
offset += sprintf(&output[offset],
|
||||||
"Frames dropped by your network connection: %.2f%%\n"
|
"Frames dropped by your network connection: %.2f%%\n"
|
||||||
"Frames dropped by frame pacing: %.2f%%\n"
|
"Frames dropped due to network jitter: %.2f%%\n"
|
||||||
"Average receive time: %.2f ms\n"
|
"Average receive time: %.2f ms\n"
|
||||||
"Average decoding time: %.2f ms\n"
|
"Average decoding time: %.2f ms\n"
|
||||||
"Average frame queue delay: %.2f ms\n"
|
"Average frame queue delay: %.2f ms\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user