diff options
author | imcheng@chromium.org <imcheng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-02 18:54:33 +0000 |
---|---|---|
committer | imcheng@chromium.org <imcheng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-02 18:54:33 +0000 |
commit | f9740c9ab66b3edaa4f7710d3636017ce14d88d6 (patch) | |
tree | ab9f6dc7c5dd2ddf28d1361de829f5d6ed563a8c /remoting | |
parent | 407ae6f4b072612d00af8e6e79a3f64406b04029 (diff) | |
download | chromium_src-f9740c9ab66b3edaa4f7710d3636017ce14d88d6.zip chromium_src-f9740c9ab66b3edaa4f7710d3636017ce14d88d6.tar.gz chromium_src-f9740c9ab66b3edaa4f7710d3636017ce14d88d6.tar.bz2 |
This tool demonstrates the use of the Media Foundation H.264 decoder as a standalone Media Foundation Transform (MFT).
TEST=none
BUGS=none
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54571 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 |