diff options
author | scherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-07 07:41:51 +0000 |
---|---|---|
committer | scherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-07 07:41:51 +0000 |
commit | 51eedf14f03dcf779d37d83acac4978d6d8a0c95 (patch) | |
tree | e1386862ecc33d39759c4954b4e6b67973ccc257 /media | |
parent | cf7e42a8f2de8d9a3b84c46f8accd6e990603dc6 (diff) | |
download | chromium_src-51eedf14f03dcf779d37d83acac4978d6d8a0c95.zip chromium_src-51eedf14f03dcf779d37d83acac4978d6d8a0c95.tar.gz chromium_src-51eedf14f03dcf779d37d83acac4978d6d8a0c95.tar.bz2 |
Remove outdated TODO.
BUG=none
TEST=none
TBR=fbarchard
Review URL: http://codereview.chromium.org/1630008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43815 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media')
-rw-r--r-- | media/filters/ffmpeg_video_decode_engine.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/media/filters/ffmpeg_video_decode_engine.cc b/media/filters/ffmpeg_video_decode_engine.cc index 568e322..3fffbab 100644 --- a/media/filters/ffmpeg_video_decode_engine.cc +++ b/media/filters/ffmpeg_video_decode_engine.cc @@ -33,9 +33,6 @@ void FFmpegVideoDecodeEngine::Initialize(AVStream* stream, Task* done_cb) { // decoding thread, FFmpeg treats having one thread the same as having zero // threads (i.e., avcodec_decode_video() will execute on the calling thread). // Yet another reason for having two threads :) - // - // TODO(scherkus): some video codecs might not like avcodec_thread_init() - // being called on them... should attempt to find out which ones those are! static const int kDecodeThreads = 2; CHECK(state_ == kCreated); |