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