| Index: webrtc/tools/frame_analyzer/video_quality_analysis.cc
|
| diff --git a/webrtc/tools/frame_analyzer/video_quality_analysis.cc b/webrtc/tools/frame_analyzer/video_quality_analysis.cc
|
| index 66ca469ecd587ac0e1ac98d4dc6c0b3325b6c249..c8aa71af8e66e7673d08de098d7509ec6f8619af 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(),
|
|
|