Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(310)

Unified Diff: remoting/base/protocol/chromotocol.proto

Issue 3044019: This tool demonstrates the use of the Media Foundation H.264 decoder as a sta... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/mf/mft_h264_decoder.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/base/protocol/chromotocol.proto
===================================================================
--- remoting/base/protocol/chromotocol.proto (revision 53631)
+++ remoting/base/protocol/chromotocol.proto (working copy)
@@ -47,8 +47,9 @@
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
« no previous file with comments | « media/mf/mft_h264_decoder.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698