diff options
author | imcheng@chromium.org <imcheng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-29 00:12:29 +0000 |
---|---|---|
committer | imcheng@chromium.org <imcheng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-29 00:12:29 +0000 |
commit | da0273e3d7c84f8e315fd37e2afaea83cef036c7 (patch) | |
tree | 7f0d22710fed4f832195454daaef8e4a7c64f1f6 /remoting | |
parent | e5ae223bf03714dd1e53aa6bc0165d079915f5e7 (diff) | |
download | chromium_src-da0273e3d7c84f8e315fd37e2afaea83cef036c7.zip chromium_src-da0273e3d7c84f8e315fd37e2afaea83cef036c7.tar.gz chromium_src-da0273e3d7c84f8e315fd37e2afaea83cef036c7.tar.bz2 |
This tool demonstrates the use of the Media Foundation H.264 decoder as a standalone Media Foundation Transform (MFT). See README for more information.
Review URL: http://codereview.chromium.org/3044019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54078 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r-- | remoting/base/protocol/chromotocol.proto | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/remoting/base/protocol/chromotocol.proto b/remoting/base/protocol/chromotocol.proto index 77bc924..d6e587f 100644 --- a/remoting/base/protocol/chromotocol.proto +++ b/remoting/base/protocol/chromotocol.proto @@ -47,8 +47,9 @@ enum PixelFormat { PixelFormatRgba = 5; PixelFormatYv12 = 6; PixelFormatYv16 = 7; - PixelFormatEmpty = 8; - PixelFormatAscii = 9; + PixelFormatNv12 = 8; + PixelFormatEmpty = 9; + PixelFormatAscii = 10; } // A message that denotes the beginning of an updating rectangle in an update |