Remove unecessary non fatal error statement that very often is printed in the PSNR or SSIM metric numbered list
BUG=webrtc:7698 NOTRY=TRUE Review-Url: https://codereview.webrtc.org/2901793002 Cr-Commit-Position: refs/heads/master@{#18234}
This commit is contained in:
parent
868f32f423
commit
18d023f9ee
@ -460,10 +460,6 @@ void PrintMaxRepeatedAndSkippedFrames(FILE* output,
|
||||
}
|
||||
continue;
|
||||
}
|
||||
fprintf(stderr,
|
||||
"Found barcode %d in test video, which is not in reference video",
|
||||
it_test->first);
|
||||
return;
|
||||
}
|
||||
|
||||
fprintf(output, "RESULT Max_repeated: %s= %d\n", label.c_str(),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user