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}
This commit is contained in:
@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user