| Index: webrtc/video/video_quality_test.cc
|
| diff --git a/webrtc/video/video_quality_test.cc b/webrtc/video/video_quality_test.cc
|
| index 2ebbde987ce013600259f57cd2959ba0c6102c2a..4e39514301f80962be07a800148befc6c831ac2d 100644
|
| --- a/webrtc/video/video_quality_test.cc
|
| +++ b/webrtc/video/video_quality_test.cc
|
| @@ -474,7 +474,7 @@ class VideoAnalyzer : public PacketReceiver,
|
| void PrintResults() {
|
| rtc::CritScope crit(&comparison_lock_);
|
| PrintResult("psnr", psnr_, " dB");
|
| - PrintResult("ssim", ssim_, "");
|
| + PrintResult("ssim", ssim_, " score");
|
| PrintResult("sender_time", sender_time_, " ms");
|
| printf("RESULT dropped_frames: %s = %d frames\n", test_label_.c_str(),
|
| dropped_frames_);
|
|
|