From a1956350b152c7607347a3a5e8cd5d6ddf3bb024 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sat, 16 Feb 2019 23:04:25 -0800 Subject: [PATCH] Rename pacing drop to jitter drop to be less confusing for users --- app/streaming/video/ffmpeg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/streaming/video/ffmpeg.cpp b/app/streaming/video/ffmpeg.cpp index 7272d889..3c5b0134 100644 --- a/app/streaming/video/ffmpeg.cpp +++ b/app/streaming/video/ffmpeg.cpp @@ -303,7 +303,7 @@ void FFmpegVideoDecoder::stringifyVideoStats(VIDEO_STATS& stats, char* output) if (stats.renderedFrames != 0) { offset += sprintf(&output[offset], "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 decoding time: %.2f ms\n" "Average frame queue delay: %.2f ms\n"