Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(302)

Unified Diff: webrtc/tools/frame_analyzer/video_quality_analysis.cc

Issue 2899973004: Revert of Remove unecessary non fatal error statement that very often is printed in the PSNR or SSIM metric n… (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 d71ac573b7ee48755441b7fd0620393bc650ee35..66ca469ecd587ac0e1ac98d4dc6c0b3325b6c249 100644
--- a/webrtc/tools/frame_analyzer/video_quality_analysis.cc
+++ b/webrtc/tools/frame_analyzer/video_quality_analysis.cc
@@ -460,6 +460,10 @@
}
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(),
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698