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

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

Issue 2901793002: Remove unecessary non fatal error statement that very often is printed in the PSNR or SSIM metric n… (Closed)
Patch Set: Merge branch 'master' into removeUnecessaryError 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 66ca469ecd587ac0e1ac98d4dc6c0b3325b6c249..0d1d651b7ff90efa300d89e274cc847ddd336f64 100644
--- a/webrtc/tools/frame_analyzer/video_quality_analysis.cc
+++ b/webrtc/tools/frame_analyzer/video_quality_analysis.cc
@@ -460,7 +460,7 @@ void PrintMaxRepeatedAndSkippedFrames(FILE* output,
}
continue;
}
- fprintf(stderr,
+ fprintf(output,
"Found barcode %d in test video, which is not in reference video",
it_test->first);
return;
« 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