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

Unified Diff: media/filters/ffmpeg_video_decoder.cc

Issue 7066071: Removing defunct OpenMAX code. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src
Patch Set: removed tab Created 9 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 | « media/base/media_switches.cc ('k') | media/filters/omx_video_decoder.h » ('j') | 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 5487398644a665a4a7f510e0e7d87284d466cd28..d98f6946ab82117e02be8ce7201f6f4e295268f5 100644
--- a/media/filters/ffmpeg_video_decoder.cc
+++ b/media/filters/ffmpeg_video_decoder.cc
@@ -83,7 +83,6 @@ void FFmpegVideoDecoder::Initialize(DemuxerStream* demuxer_stream,
}
void FFmpegVideoDecoder::OnInitializeComplete(const VideoCodecInfo& info) {
- // TODO(scherkus): Dedup this from OmxVideoDecoder::OnInitializeComplete.
DCHECK_EQ(MessageLoop::current(), message_loop_);
DCHECK(initialize_callback_.get());
« no previous file with comments | « media/base/media_switches.cc ('k') | media/filters/omx_video_decoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698