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

Unified Diff: media/filters/ffmpeg_video_decoder.cc

Issue 9705045: Remove FFmpegVideoDecoder log spam and misleading comment. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/ffmpeg_video_decoder.cc
diff --git a/media/filters/ffmpeg_video_decoder.cc b/media/filters/ffmpeg_video_decoder.cc
index e68ff8406d11c8195bb3aa08e84dc9e211acda9c..81dd6b68f1a5717732146a06c035f7e024da6955 100644
--- a/media/filters/ffmpeg_video_decoder.cc
+++ b/media/filters/ffmpeg_video_decoder.cc
@@ -72,10 +72,6 @@ void FFmpegVideoDecoder::Initialize(DemuxerStream* demuxer_stream,
if (!message_loop_) {
message_loop_ = message_loop_factory_cb_.Run();
message_loop_factory_cb_.Reset();
- } else {
- // TODO(scherkus): initialization currently happens more than once in
- // PipelineIntegrationTest.BasicPlayback.
- LOG(ERROR) << "Initialize has already been called.";
acolwell GONE FROM CHROMIUM 2012/03/15 01:17:39 The comment is misleading and this LOG statement a
Ami GONE FROM CHROMIUM 2012/03/15 01:31:50 This code is even more messed up than that now tha
acolwell GONE FROM CHROMIUM 2012/03/15 13:55:16 Good point. Done.
}
if (MessageLoop::current() != message_loop_) {
« 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