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:
jansson
2017-05-30 07:48:06 -07:00
committed by Commit Bot
parent 678d2ee651
commit d4d2ecec18

View File

@ -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(),