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

Unified Diff: trunk/src/media/filters/pipeline_integration_test_base.cc

Issue 296483012: Revert 271945 "Roll FFmpeg for M37." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 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 | « trunk/src/media/filters/ffmpeg_video_decoder.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/media/filters/pipeline_integration_test_base.cc
===================================================================
--- trunk/src/media/filters/pipeline_integration_test_base.cc (revision 271953)
+++ trunk/src/media/filters/pipeline_integration_test_base.cc (working copy)
@@ -215,8 +215,7 @@
const base::FilePath& file_path,
Decryptor* decryptor) {
FileDataSource* file_data_source = new FileDataSource();
- CHECK(file_data_source->Initialize(file_path)) << "Is " << file_path.value()
- << " missing?";
+ CHECK(file_data_source->Initialize(file_path));
data_source_.reset(file_data_source);
Demuxer::NeedKeyCB need_key_cb = base::Bind(
« no previous file with comments | « trunk/src/media/filters/ffmpeg_video_decoder.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698