diff options
author | wjia@google.com <wjia@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-12 01:36:25 +0000 |
---|---|---|
committer | wjia@google.com <wjia@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-12 01:36:25 +0000 |
commit | e1a59a2a4c7588b825e1f9355caf4805bcd5e402 (patch) | |
tree | e45b3beccf22edebee0dd9e967493850bbc571fc /media/base/video_frame.h | |
parent | fab0ab8e10370b6ba3d7edf57934aced69f84db4 (diff) | |
download | chromium_src-e1a59a2a4c7588b825e1f9355caf4805bcd5e402.zip chromium_src-e1a59a2a4c7588b825e1f9355caf4805bcd5e402.tar.gz chromium_src-e1a59a2a4c7588b825e1f9355caf4805bcd5e402.tar.bz2 |
Add IPC messages and renderer process side API for video capture.
BUG=none
TEST=try bots
Review URL: http://codereview.chromium.org/6815011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81199 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/base/video_frame.h')
-rw-r--r-- | media/base/video_frame.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media/base/video_frame.h b/media/base/video_frame.h index b1be562..ab552895 100644 --- a/media/base/video_frame.h +++ b/media/base/video_frame.h @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -37,6 +37,7 @@ class VideoFrame : public StreamSample { NV12, // 12bpp YVU planar 1x1 Y, 2x2 UV interleaving samples EMPTY, // An empty frame. ASCII, // A frame with ASCII content. For testing only. + I420, // 12bpp YVU planar 1x1 Y, 2x2 UV samples. }; enum SurfaceType { |