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

Unified Diff: media/tools/media_bench/media_bench.cc

Issue 1401002: Revert 42727 - ffmpeg roll chromium binaries... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 9 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 | « media/base/pipeline_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/tools/media_bench/media_bench.cc
===================================================================
--- media/tools/media_bench/media_bench.cc (revision 42727)
+++ media/tools/media_bench/media_bench.cc (working copy)
@@ -472,9 +472,9 @@
// Make sure our decoding went OK.
if (result < 0) {
- std::cerr << "WARNING: avcodec_decode returned "
+ std::cerr << "Error: avcodec_decode returned "
<< result << " for " << in_path << std::endl;
- // return 1;
+ return 1;
}
}
// Free our packet.
« no previous file with comments | « media/base/pipeline_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698