From d4d2ecec18f8d1af7fad45f6c4f5cfe05e32706b Mon Sep 17 00:00:00 2001 From: jansson Date: Tue, 30 May 2017 07:48:06 -0700 Subject: [PATCH] Change from stderr to output, add new line and replace return with break. BUG=webrtc:7698 Review-Url: https://codereview.webrtc.org/2912933002 Cr-Commit-Position: refs/heads/master@{#18330} --- webrtc/tools/frame_analyzer/video_quality_analysis.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webrtc/tools/frame_analyzer/video_quality_analysis.cc b/webrtc/tools/frame_analyzer/video_quality_analysis.cc index 66ca469ecd..c8aa71af8e 100644 --- a/webrtc/tools/frame_analyzer/video_quality_analysis.cc +++ b/webrtc/tools/frame_analyzer/video_quality_analysis.cc @@ -460,10 +460,10 @@ void PrintMaxRepeatedAndSkippedFrames(FILE* output, } continue; } - fprintf(stderr, - "Found barcode %d in test video, which is not in reference video", + fprintf(output, + "Found barcode %d in test video, which is not in reference video\n", it_test->first); - return; + break; } fprintf(output, "RESULT Max_repeated: %s= %d\n", label.c_str(),