diff options
author | scherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-28 01:40:13 +0000 |
---|---|---|
committer | scherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-28 01:40:13 +0000 |
commit | 13f1e6af5ceb92cec9642f1deae8de7ae7904805 (patch) | |
tree | d7f7590168b790b024c3cc028e846d5bf5f66ec3 /media/base/video_frame.h | |
parent | 343a748c7361bba67d2ede646b93afdeb7ae6b8e (diff) | |
download | chromium_src-13f1e6af5ceb92cec9642f1deae8de7ae7904805.zip chromium_src-13f1e6af5ceb92cec9642f1deae8de7ae7904805.tar.gz chromium_src-13f1e6af5ceb92cec9642f1deae8de7ae7904805.tar.bz2 |
Reland r143115: Provide a Chrome-owned buffer to FFmpeg for video decoding (round 3).
TEST=none
BUG=none
TBR=jam
Review URL: https://chromiumcodereview.appspot.com/10703018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@144640 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/base/video_frame.h')
-rw-r--r-- | media/base/video_frame.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/media/base/video_frame.h b/media/base/video_frame.h index 42b627a..55d4cd5 100644 --- a/media/base/video_frame.h +++ b/media/base/video_frame.h @@ -48,6 +48,7 @@ class MEDIA_EXPORT VideoFrame : public base::RefCountedThreadSafe<VideoFrame> { // Call prior to CreateFrame to ensure validity of frame configuration. Called // automatically by VideoDecoderConfig::IsValidConfig(). + // TODO(scherkus): VideoDecoderConfig shouldn't call this method static bool IsValidConfig( Format format, size_t width, |