diff options
author | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-29 17:33:56 +0000 |
---|---|---|
committer | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-29 17:33:56 +0000 |
commit | 3190f36c2f7ac99d06a07b3df1e12ac36fc11d08 (patch) | |
tree | cc79fda358672e6502b75760a51916f82c3ec27b /media/video/video_decode_engine.h | |
parent | 9cb851f3e229cf290497c040d2fef79f59bcaf14 (diff) | |
download | chromium_src-3190f36c2f7ac99d06a07b3df1e12ac36fc11d08.zip chromium_src-3190f36c2f7ac99d06a07b3df1e12ac36fc11d08.tar.gz chromium_src-3190f36c2f7ac99d06a07b3df1e12ac36fc11d08.tar.bz2 |
Resubmit - Some cleanup work in GpuVideoDecoderHost and IpcVideoDecoder
TBR=sergeyu
BUG=None.
TEST=None.
Review URL: http://codereview.chromium.org/3571007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60959 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/video/video_decode_engine.h')
-rw-r--r-- | media/video/video_decode_engine.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/media/video/video_decode_engine.h b/media/video/video_decode_engine.h index f9381a2..0cd96b3 100644 --- a/media/video/video_decode_engine.h +++ b/media/video/video_decode_engine.h @@ -66,6 +66,7 @@ struct VideoCodecInfo { bool success; // Whether decoder provides output buffer pool. + // TODO(hclam): This is not important anymore. Remove this. bool provides_buffers; // Initial Stream Info. Only part of them could be valid. |